|
|||||||||
| Home >> All >> org >> enhydra >> xml >> xmlc >> [ dom overview ] | PREV NEXT | ||||||||
Uses of Interface
org.enhydra.xml.xmlc.dom.XMLCDomFactory
| Uses of XMLCDomFactory in org.enhydra.xml.xmlc.dom |
| Fields in org.enhydra.xml.xmlc.dom declared as XMLCDomFactory | |
private XMLCDomFactory |
XMLCDocument.fDomFactory
The DTD-specific DOM Factory. |
private XMLCDomFactory |
DocTypeBuilder.domFactory
Factory for creating the document. |
private XMLCDomFactory |
DocBuilder.fDomFactory
Factory for creating the document. |
| Methods in org.enhydra.xml.xmlc.dom that return XMLCDomFactory | |
private static XMLCDomFactory |
XMLCDomFactoryCache.createFactory(java.lang.Class factoryClass)
Create an instance of an XMLCDomFactory. |
static XMLCDomFactory |
XMLCDomFactoryCache.createFactory(java.lang.String factoryClassName,
boolean isHtmlDocument)
Create an instance of an XMLCDomFactory, however don't add it to the cache. |
static XMLCDomFactory |
XMLCDomFactoryCache.getFactory(java.lang.Class factoryClass)
Get an instance of an XMLCDomFactory given it's class. |
XMLCDomFactory |
XMLCDocument.getDomFactory()
Get the DOM factory associated with this object. |
XMLCDomFactory |
DocBuilder.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 | |
XMLCDocument(XMLCDomFactory domFactory)
Constructor. |
|
DocTypeBuilder(XMLCDomFactory domFactory)
Constructor. |
|
DocBuilder(XMLCDomFactory domFactory,
DocTypeBuilder docTypeBuilder)
Constructor. |
|
|
|||||||||
| Home >> All >> org >> enhydra >> xml >> xmlc >> [ dom overview ] | PREV NEXT | ||||||||