Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.port80.eclipse.xml.editors.XMLFormatter.CustomHandler

Uses of XMLFormatter.CustomHandler in com.port80.eclipse.xml.editors
 

Classes in com.port80.eclipse.xml.editors that implement XMLFormatter.CustomHandler
(package private) static class XMLFormatter.XMLContentHandler
          An XMLContentHanlder that format XML source while parsing.
 

Fields in com.port80.eclipse.xml.editors declared as XMLFormatter.CustomHandler
private  XMLFormatter.CustomHandler XMLFormatter.CustomXmlParserConfiguration.fHandler
           
private  XMLFormatter.CustomHandler XMLFormatter.CustomDocumentScanner.fHandler
           
 

Constructors in com.port80.eclipse.xml.editors with parameters of type XMLFormatter.CustomHandler
XMLFormatter.CustomXmlParserConfiguration(XMLFormatter.CustomHandler handler)
           
XMLFormatter.CustomDocumentScanner(XMLFormatter.CustomHandler handler)