|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc |
Methods in org.enhydra.xml.xmlc that return XMLCDomFactory | |
protected abstract XMLCDomFactory |
XMLObjectImpl.getDomFactory()
Get the XMLC DOM Factory associated with this document type and DOM implementation. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.dom |
Methods in org.enhydra.xml.xmlc.dom that return XMLCDomFactory | |
static XMLCDomFactory |
XMLCDomFactoryCache.createFactory(String factoryClassName,
boolean isHtmlDocument)
Create an instance of an XMLCDomFactory, however don't add it to the cache. |
static XMLCDomFactory |
XMLCDomFactoryCache.getFactory(Class factoryClass)
Get an instance of an XMLCDomFactory given it's class. |
XMLCDomFactory |
XMLCDocument.getDomFactory()
Get the DOM factory associated with this object. |
Methods in org.enhydra.xml.xmlc.dom with parameters of type XMLCDomFactory | |
static void |
XMLCDomFactoryCache.checkForOutdatedClass(XMLCDomFactory domFactory)
Check a DOM factory for outdated methods. |
Constructors in org.enhydra.xml.xmlc.dom with parameters of type XMLCDomFactory | |
DocTypeBuilder(XMLCDomFactory domFactory)
Constructor. |
|
XMLCDocument(XMLCDomFactory domFactory)
Constructor. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.dom.lazydom |
Classes in org.enhydra.xml.xmlc.dom.lazydom that implement XMLCDomFactory | |
class |
LazyDomFactory
Lazy DOM factory for creating DocumentType and Document objects. |
class |
LazyHTMLDomFactory
Lazy DOM factory for creating HTML Document objects. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.dom.xerces |
Classes in org.enhydra.xml.xmlc.dom.xerces that implement XMLCDomFactory | |
class |
XercesDomFactory
XMLC DOM factory for creating DocumentType and Document objects based on the Xerces DOM. |
class |
XercesHTMLDomFactory
XMLC DOM factory for creating HTML Document objects based on the Xerces DOM. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.html.parsers |
Constructors in org.enhydra.xml.xmlc.html.parsers with parameters of type XMLCDomFactory | |
HTMLDocBuilder(XMLCDomFactory domFactory,
InputSource input)
Constructor. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.html.parsers.swing |
Methods in org.enhydra.xml.xmlc.html.parsers.swing with parameters of type XMLCDomFactory | |
XMLCDocument |
SwingHTMLParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.html.parsers.tidy |
Methods in org.enhydra.xml.xmlc.html.parsers.tidy with parameters of type XMLCDomFactory | |
XMLCDocument |
TidyHTMLParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.parsers |
Methods in org.enhydra.xml.xmlc.parsers with parameters of type XMLCDomFactory | |
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). |
Constructors in org.enhydra.xml.xmlc.parsers with parameters of type XMLCDomFactory | |
DocBuilder(XMLCDomFactory domFactory)
Constructor. |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.parsers.xerces |
Methods in org.enhydra.xml.xmlc.parsers.xerces with parameters of type XMLCDomFactory | |
XMLCDocument |
XercesParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |