|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLCDocument | |
org.enhydra.xml.xmlc.compiler | |
org.enhydra.xml.xmlc.deferredparsing |
org.enhydra.xml.xmlc.deferredparsing provides support for deferred
parsing of *ML objects. |
org.enhydra.xml.xmlc.dom | |
org.enhydra.xml.xmlc.dom.generic |
org.enhydra.xml.xmlc.dom.generic provides base support that should
work with any W3C DOM implementation. |
org.enhydra.xml.xmlc.dom.lazydom | |
org.enhydra.xml.xmlc.dom.xerces | |
org.enhydra.xml.xmlc.html.parsers | |
org.enhydra.xml.xmlc.html.parsers.swing | |
org.enhydra.xml.xmlc.html.parsers.tidy | |
org.enhydra.xml.xmlc.parsers | |
org.enhydra.xml.xmlc.parsers.xerces |
Uses of XMLCDocument in org.enhydra.xml.xmlc.compiler |
Methods in org.enhydra.xml.xmlc.compiler that return XMLCDocument | |
XMLCDocument |
Parse.parse(MetaData metaData)
|
XMLCDocument |
ElementTable.getXMLCDocument()
Get the XMLCDocument object stored in the table. |
Methods in org.enhydra.xml.xmlc.compiler with parameters of type XMLCDocument | |
void |
EditDOM.edit(XMLCDocument xmlcDoc)
Edit the nodes of the document. |
Constructors in org.enhydra.xml.xmlc.compiler with parameters of type XMLCDocument | |
ClassGenerator(MetaData metaData,
XMLCDocument xmlcDoc,
PrintWriter methodOutput)
Construct an object. |
|
ElementInfo(Element element,
int nodeSize,
int subTreeNodeSize,
MetaData metaData,
XMLCDocument xmlcDoc)
Constructor. |
|
PrintInfo(Document doc,
XMLCDocument xmlcDoc)
Construct document info from document. |
|
ElementTable(MetaData metaData,
XMLCDocument xmlcDoc)
Constructor. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.deferredparsing |
Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type XMLCDocument | |
void |
DeferredParsingDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.dom |
Methods in org.enhydra.xml.xmlc.dom with parameters of type XMLCDocument | |
void |
DocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.dom.generic |
Methods in org.enhydra.xml.xmlc.dom.generic with parameters of type XMLCDocument | |
void |
GenericDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Constructors in org.enhydra.xml.xmlc.dom.generic with parameters of type XMLCDocument | |
NodeCreateGenerator(XMLCDocument xmlcDoc)
Constructor. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.dom.lazydom |
Methods in org.enhydra.xml.xmlc.dom.lazydom with parameters of type XMLCDocument | |
void |
LazyDOMDocBuilderGenerator.createBuildDocumentMethod(XMLCDocument xmlcDoc,
AccessorGenerator accessorGenerator,
ElementTable elementTable,
JavaClass docClass,
JavaMethod buildDocumentMethod)
Generate the document builder method. |
Constructors in org.enhydra.xml.xmlc.dom.lazydom with parameters of type XMLCDocument | |
LazyDOMNodeCreateGenerator(XMLCDocument xmlcDoc,
PreFormatter preFormatter)
Constructor. |
|
PreFormatter(XMLCDocument xmlcDoc)
Constructor. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.dom.xerces |
Constructors in org.enhydra.xml.xmlc.dom.xerces with parameters of type XMLCDocument | |
XercesNodeCreateGenerator(XMLCDocument xmlcDoc)
Constructor. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.html.parsers |
Methods in org.enhydra.xml.xmlc.html.parsers that return XMLCDocument | |
XMLCDocument |
HTMLDocBuilder.getXMLCDocument()
Get the XMLC document associated with this object. |
Methods in org.enhydra.xml.xmlc.html.parsers with parameters of type XMLCDocument | |
protected void |
HTMLParserBase.addPCDataContentElements(XMLCDocument xmlcDocument)
Add elements that have #PCDATA as part of its content model to the XMLCDocument description. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.html.parsers.swing |
Methods in org.enhydra.xml.xmlc.html.parsers.swing that return XMLCDocument | |
XMLCDocument |
SwingHTMLParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Uses of XMLCDocument in org.enhydra.xml.xmlc.html.parsers.tidy |
Methods in org.enhydra.xml.xmlc.html.parsers.tidy that return XMLCDocument | |
XMLCDocument |
TidyHTMLParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Uses of XMLCDocument in org.enhydra.xml.xmlc.parsers |
Methods in org.enhydra.xml.xmlc.parsers that return XMLCDocument | |
XMLCDocument |
XMLCParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
Parse a XML file (or any file, such as HTML, that can be converted into XML). |
XMLCDocument |
DocBuilder.getDocument()
Get the document associated with this object. |
Uses of XMLCDocument in org.enhydra.xml.xmlc.parsers.xerces |
Methods in org.enhydra.xml.xmlc.parsers.xerces that return XMLCDocument | |
XMLCDocument |
XercesParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |