|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentImpl | |
org.apache.html.dom | |
org.apache.wml.dom | |
org.apache.xerces.dom | |
org.apache.xerces.parsers |
Uses of DocumentImpl in org.apache.html.dom |
Subclasses of DocumentImpl in org.apache.html.dom | |
class |
HTMLDocumentImpl
Implements an HTML document. |
Uses of DocumentImpl in org.apache.wml.dom |
Subclasses of DocumentImpl in org.apache.wml.dom | |
class |
WMLDocumentImpl
|
Uses of DocumentImpl in org.apache.xerces.dom |
Subclasses of DocumentImpl in org.apache.xerces.dom | |
class |
DeferredDocumentImpl
The Document interface represents the entire HTML or XML document. |
Fields in org.apache.xerces.dom declared as DocumentImpl | |
protected DocumentImpl |
ParentNode.ownerDocument
Owner document. |
Constructors in org.apache.xerces.dom with parameters of type DocumentImpl | |
NodeImpl(DocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods |
|
ChildNode(DocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methods |
|
ParentNode(DocumentImpl ownerDocument)
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methods |
|
ElementImpl(DocumentImpl ownerDoc,
java.lang.String name)
Factory constructor. |
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name)
Attribute has no public constructor. |
|
ElementNSImpl(DocumentImpl ownerDocument,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
DOM2: Constructor for Namespace implementation. |
|
ElementNSImpl(DocumentImpl ownerDocument,
java.lang.String value)
|
|
ElementDefinitionImpl(DocumentImpl ownerDocument,
java.lang.String name)
Factory constructor. |
|
CharacterDataImpl(DocumentImpl ownerDocument,
java.lang.String data)
Factory constructor. |
|
NotationImpl(DocumentImpl ownerDoc,
java.lang.String name)
Factory constructor. |
|
AttrNSImpl(DocumentImpl ownerDocument,
java.lang.String namespaceURI,
java.lang.String qualifiedName)
DOM2: Constructor for Namespace implementation. |
|
AttrNSImpl(DocumentImpl ownerDocument,
java.lang.String value)
|
|
CommentImpl(DocumentImpl ownerDoc,
java.lang.String data)
Factory constructor. |
|
TextImpl(DocumentImpl ownerDoc,
java.lang.String data)
Factory constructor. |
|
CDATASectionImpl(DocumentImpl ownerDoc,
java.lang.String data)
Factory constructor for creating a CDATA section. |
|
RangeImpl(DocumentImpl document)
The constructor. |
|
EntityImpl(DocumentImpl ownerDoc,
java.lang.String name)
Factory constructor. |
|
EntityReferenceImpl(DocumentImpl ownerDoc,
java.lang.String name)
Factory constructor. |
|
ProcessingInstructionImpl(DocumentImpl ownerDoc,
java.lang.String target,
java.lang.String data)
Factory constructor. |
|
DocumentFragmentImpl(DocumentImpl ownerDoc)
Factory constructor. |
|
NodeIteratorImpl(DocumentImpl document,
Node root,
int whatToShow,
NodeFilter nodeFilter,
boolean entityReferenceExpansion)
Public constructor |
|
DocumentTypeImpl(DocumentImpl ownerDocument,
java.lang.String name)
Factory method for creating a document type node. |
|
DocumentTypeImpl(DocumentImpl ownerDocument,
java.lang.String qualifiedName,
java.lang.String publicID,
java.lang.String systemID)
Factory method for creating a document type node. |
Uses of DocumentImpl in org.apache.xerces.parsers |
Fields in org.apache.xerces.parsers declared as DocumentImpl | |
protected DocumentImpl |
DOMParser.fDocumentImpl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |