Uses of Class
org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
Packages that use CoreDocumentImpl
Package
Description
-
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom -
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
The Document interface represents the entire HTML or XML document.Fields in org.htmlunit.cyberneko.xerces.dom declared as CoreDocumentImplModifier and TypeFieldDescriptionprotected CoreDocumentImpl
ParentNode.ownerDocument
Owner document.Methods in org.htmlunit.cyberneko.xerces.dom that return CoreDocumentImplModifier and TypeMethodDescriptionprotected CoreDocumentImpl
CoreDOMImplementationImpl.createDocument
(DocumentType doctype) protected CoreDocumentImpl
DOMImplementationImpl.createDocument
(DocumentType doctype) (package private) CoreDocumentImpl
NodeImpl.ownerDocument()
same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return null(package private) CoreDocumentImpl
ParentNode.ownerDocument()
same as above but returns internal type and this one is not overridden by CoreDocumentImpl to return nullMethods in org.htmlunit.cyberneko.xerces.dom with parameters of type CoreDocumentImplModifier and TypeMethodDescriptionprotected void
CoreDocumentImpl.cloneNode
(CoreDocumentImpl newdoc, boolean deep) protected void
AttrImpl.setOwnerDocument
(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its childrenprotected void
DocumentTypeImpl.setOwnerDocument
(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its childrenprotected void
ElementImpl.setOwnerDocument
(CoreDocumentImpl doc) protected void
NamedNodeMapImpl.setOwnerDocument
(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node, and the attributes it containsprotected void
NodeImpl.setOwnerDocument
(CoreDocumentImpl doc) protected void
ParentNode.setOwnerDocument
(CoreDocumentImpl doc) NON-DOM set the ownerDocument of this node and its childrenConstructors in org.htmlunit.cyberneko.xerces.dom with parameters of type CoreDocumentImplModifierConstructorDescriptionprotected
AttrImpl
(CoreDocumentImpl ownerDocument, String name) Attribute has no public constructor.protected
AttrNSImpl
(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) AttrNSImpl
(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) CDATASectionImpl
(CoreDocumentImpl ownerDoc, String data) Factory constructor for creating a CDATA section.protected
CharacterDataImpl
(CoreDocumentImpl ownerDocument, String data) Factory constructor.protected
ChildNode
(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsCommentImpl
(CoreDocumentImpl ownerDoc, String data) Factory constructor.DocumentFragmentImpl
(CoreDocumentImpl ownerDoc) DocumentTypeImpl
(CoreDocumentImpl ownerDocument, String name) Factory method for creating a document type node.DocumentTypeImpl
(CoreDocumentImpl ownerDocument, String qualifiedName, String publicID, String systemID) ElementImpl
(CoreDocumentImpl ownerDoc, String name) protected
ElementNSImpl
(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName) protected
ElementNSImpl
(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName) EntityImpl
(CoreDocumentImpl ownerDoc, String name) EntityReferenceImpl
(CoreDocumentImpl ownerDoc, String name) protected
NodeImpl
(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsprotected
ParentNode
(CoreDocumentImpl ownerDocument) No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methodsProcessingInstructionImpl
(CoreDocumentImpl ownerDoc, String target, String data) TextImpl
(CoreDocumentImpl ownerDoc, String data) -
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as CoreDocumentImplModifier and TypeFieldDescriptionprotected CoreDocumentImpl
AbstractDOMParser.fDocumentImpl
The default Xerces document implementation, if used.