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 classHTMLDocumentImplImplements 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 classDocumentImplThe 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 CoreDocumentImplParentNode. ownerDocumentOwner document.Methods in org.htmlunit.cyberneko.xerces.dom that return CoreDocumentImpl Modifier and Type Method Description protected CoreDocumentImplCoreDOMImplementationImpl. createDocument(DocumentType doctype)protected CoreDocumentImplDOMImplementationImpl. createDocument(DocumentType doctype)Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type CoreDocumentImpl Modifier and Type Method Description protected voidCoreDocumentImpl. cloneNode(CoreDocumentImpl newdoc, boolean deep)protected voidAttrImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node and its childrenprotected voidDocumentTypeImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node and its childrenprotected voidElementImpl. setOwnerDocument(CoreDocumentImpl doc)protected voidNamedNodeMapImpl. setOwnerDocument(CoreDocumentImpl doc)NON-DOM set the ownerDocument of this node, and the attributes it containsprotected voidNodeImpl. setOwnerDocument(CoreDocumentImpl doc)protected voidParentNode. 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, String name)Attribute has no public constructor.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.CharacterDataImpl(CoreDocumentImpl ownerDocument, 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, 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)ElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName)ElementNSImpl(CoreDocumentImpl ownerDocument, String namespaceURI, String qualifiedName, String localName)EntityImpl(CoreDocumentImpl ownerDoc, String name)EntityReferenceImpl(CoreDocumentImpl ownerDoc, 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, 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 CoreDocumentImpl Modifier and Type Field Description protected CoreDocumentImplAbstractDOMParser. fDocumentImplThe default Xerces document implementation, if used.
-