|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLCDomFactory | |
org.enhydra.xml.xmlc | |
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.lazydom | |
org.enhydra.xml.xmlc.dom.xerces | |
org.enhydra.xml.xmlc.parsers | |
org.enhydra.xml.xmlc.parsers.xerces |
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.deferredparsing |
Methods in org.enhydra.xml.xmlc.deferredparsing with parameters of type XMLCDomFactory | |
(package private) Class |
DynamicClassLoader.createClass(String className,
String path,
XMLCDomFactory domFactory)
Generate a class based on the class name |
Constructors in org.enhydra.xml.xmlc.deferredparsing with parameters of type XMLCDomFactory | |
DynamicMLCreatorBCELImpl(String name,
String path,
XMLCDomFactory domFactory)
|
|
DynamicMLCreatorASM2Impl(String name,
String path,
XMLCDomFactory domFactory)
|
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,
ClassLoader loader)
Create an instance of an XMLCDomFactory. |
static XMLCDomFactory |
XMLCDomFactoryCache.createFactory(String factoryClassName,
boolean isHtmlDocument)
|
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 | |
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.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). |
Uses of XMLCDomFactory in org.enhydra.xml.xmlc.parsers.xerces |
Methods in org.enhydra.xml.xmlc.parsers.xerces with parameters of type XMLCDomFactory | |
XMLCDocument |
XercesDOMParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
Parses using the Xerces DOMParser
and the XMLC XMLEntityResolver . |
XMLCDocument |
XercesHTMLDOMParser.parse(InputSource input,
LineNumberMap lineNumberMap,
XMLCDomFactory domFactory,
MetaData metaData,
ErrorReporter errorReporter,
ParseTracer tracer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |