Uses of Class
org.htmlunit.cyberneko.xerces.dom.CoreDocumentImpl
-
Packages that use CoreDocumentImpl Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.dom org.htmlunit.cyberneko.xerces.parsers -
-
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.html.dom Modifier and Type Class Description class
HTMLDocumentImpl
Implements an HTML document. -
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description class
DocumentImpl
The Document interface represents the entire HTML or XML document.Fields in org.htmlunit.cyberneko.xerces.dom declared as CoreDocumentImpl Modifier and Type Field Description protected CoreDocumentImpl
ParentNode. ownerDocument
Owner document.Methods in org.htmlunit.cyberneko.xerces.dom that return CoreDocumentImpl Modifier and Type Method Description protected CoreDocumentImpl
CoreDOMImplementationImpl. createDocument(org.w3c.dom.DocumentType doctype)
protected CoreDocumentImpl
DOMImplementationImpl. createDocument(org.w3c.dom.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 CoreDocumentImpl Modifier and Type Method Description protected 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 CoreDocumentImpl Constructor Description AttrImpl(CoreDocumentImpl ownerDocument, java.lang.String name)
Attribute has no public constructor.AttrNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
AttrNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
CDATASectionImpl(CoreDocumentImpl ownerDoc, java.lang.String data)
Factory constructor for creating a CDATA section.CharacterDataImpl(CoreDocumentImpl ownerDocument, java.lang.String data)
Factory constructor.ChildNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsCommentImpl(CoreDocumentImpl ownerDoc, java.lang.String data)
Factory constructor.DocumentFragmentImpl(CoreDocumentImpl ownerDoc)
DocumentTypeImpl(CoreDocumentImpl ownerDocument, java.lang.String name)
Factory method for creating a document type node.DocumentTypeImpl(CoreDocumentImpl ownerDocument, java.lang.String qualifiedName, java.lang.String publicID, java.lang.String systemID)
ElementImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
ElementNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName)
ElementNSImpl(CoreDocumentImpl ownerDocument, java.lang.String namespaceURI, java.lang.String qualifiedName, java.lang.String localName)
EntityImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
EntityReferenceImpl(CoreDocumentImpl ownerDoc, java.lang.String name)
NodeImpl(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of Node should be instantiated, and those normally via a Document's factory methodsParentNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of ParentNode should be instantiated, and those normally via a Document's factory methodsProcessingInstructionImpl(CoreDocumentImpl ownerDoc, java.lang.String target, java.lang.String data)
TextImpl(CoreDocumentImpl ownerDoc, java.lang.String data)
-
Uses of CoreDocumentImpl in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as CoreDocumentImpl Modifier and Type Field Description protected CoreDocumentImpl
AbstractDOMParser. fDocumentImpl
The default Xerces document implementation, if used.
-