| Package | Description |
|---|---|
| org.htmlunit.cyberneko.html.dom | |
| org.htmlunit.cyberneko.xerces.dom | |
| org.htmlunit.cyberneko.xerces.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLDocumentImpl
Implements an HTML document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentImpl
The Document interface represents the entire HTML or XML document.
|
| Modifier and Type | Field and Description |
|---|---|
protected CoreDocumentImpl |
ParentNode.ownerDocument
Owner document.
|
| Modifier and Type | Method and Description |
|---|---|
protected CoreDocumentImpl |
DOMImplementationImpl.createDocument(DocumentType doctype) |
protected CoreDocumentImpl |
CoreDOMImplementationImpl.createDocument(DocumentType doctype) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoreDocumentImpl.cloneNode(CoreDocumentImpl newdoc,
boolean deep) |
protected void |
ParentNode.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children
|
protected void |
NodeImpl.setOwnerDocument(CoreDocumentImpl doc) |
protected void |
NamedNodeMapImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node, and the attributes it contains
|
protected void |
ElementImpl.setOwnerDocument(CoreDocumentImpl doc) |
protected void |
DocumentTypeImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children
|
protected void |
AttrImpl.setOwnerDocument(CoreDocumentImpl doc)
NON-DOM set the ownerDocument of this node and its children
|
| Constructor and 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 methods
Every Node knows what Document it belongs to.
|
CommentImpl(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 methods
Every Node knows what Document it belongs to.
|
ParentNode(CoreDocumentImpl ownerDocument)
No public constructor; only subclasses of ParentNode should be instantiated,
and those normally via a Document's factory methods
|
ProcessingInstructionImpl(CoreDocumentImpl ownerDoc,
String target,
String data) |
TextImpl(CoreDocumentImpl ownerDoc,
String data) |
| Modifier and Type | Field and Description |
|---|---|
protected CoreDocumentImpl |
AbstractDOMParser.fDocumentImpl
The default Xerces document implementation, if used.
|
Copyright © 2024 HtmlUnit. All rights reserved.