Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.DocumentImpl
-
Packages that use DocumentImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of DocumentImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Subclasses of DocumentImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom Modifier and Type Class Description classDeferredDocumentImplThe Document interface represents the entire HTML or XML document.classPSVIDocumentImplOur own document implementation, which knows how to create an element with PSVI information.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type DocumentImpl Constructor Description NodeIteratorImpl(DocumentImpl document, Node root, int whatToShow, org.w3c.dom.traversal.NodeFilter nodeFilter, boolean entityReferenceExpansion)Public constructorRangeImpl(DocumentImpl document)The constructor.
-