| Package | Description |
|---|---|
| net.sourceforge.htmlunit.xerces.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
AttrImpl
Attribute represents an XML-style attribute of an
Element.
|
class |
AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support.
|
class |
CDATASectionImpl
XML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.
|
class |
CharacterDataImpl
CharacterData is an abstract Node that can carry character data as its
Value.
|
class |
ChildNode
ChildNode inherits from NodeImpl and adds the capability of being a child by
having references to its previous and next siblings.
|
class |
CommentImpl
Represents an XML (or HTML) comment.
|
class |
CoreDocumentImpl
The Document interface represents the entire HTML or XML document.
|
class |
DocumentFragmentImpl
DocumentFragment is a "lightweight" or "minimal" Document
object.
|
class |
DocumentImpl
The Document interface represents the entire HTML or XML document.
|
class |
DocumentTypeImpl
This class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).
|
class |
ElementDefinitionImpl
NON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.
|
class |
ElementImpl
Elements represent most of the "markup" and structure of the
document.
|
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.
|
class |
EntityImpl
Entity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.
|
class |
EntityReferenceImpl
EntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.
|
class |
ParentNode
ParentNode inherits from ChildNode and adds the capability of having child
nodes.
|
class |
ProcessingInstructionImpl
Processing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.
|
class |
TextImpl
Text nodes hold the non-markup, non-Entity content of
an Element or Attribute.
|
| Modifier and Type | Field and Description |
|---|---|
protected NodeImpl |
NamedNodeMapImpl.ownerNode |
protected NodeImpl |
NodeImpl.ownerNode |
protected NodeImpl |
NodeImpl.ownerNode |
protected NodeImpl |
NamedNodeMapImpl.ownerNode |
protected NodeImpl |
DeepNodeListImpl.rootNode |
protected NodeImpl |
DeepNodeListImpl.rootNode |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CoreDocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture) |
protected void |
CoreDocumentImpl.addEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture) |
NamedNodeMapImpl |
AttributeMap.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
|
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
|
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
|
NamedNodeMapImpl |
AttributeMap.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones
all the nodes contained in the map.
|
protected void |
CoreDocumentImpl.copyEventListeners(NodeImpl src,
NodeImpl tgt) |
protected void |
CoreDocumentImpl.copyEventListeners(NodeImpl src,
NodeImpl tgt) |
protected Object |
CoreDocumentImpl.getUserData(NodeImpl n) |
protected Object |
CoreDocumentImpl.getUserData(NodeImpl n) |
protected void |
CoreDocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture) |
protected void |
CoreDocumentImpl.removeEventListener(NodeImpl node,
String type,
EventListener listener,
boolean useCapture) |
protected void |
CoreDocumentImpl.setUserData(NodeImpl n,
Object data) |
protected void |
CoreDocumentImpl.setUserData(NodeImpl n,
Object data) |
| Constructor and Description |
|---|
DeepNodeListImpl(NodeImpl rootNode,
String tagName)
Constructor.
|
DeepNodeListImpl(NodeImpl rootNode,
String tagName)
Constructor.
|
DeepNodeListImpl(NodeImpl rootNode,
String nsName,
String tagName)
Constructor for Namespace support.
|
DeepNodeListImpl(NodeImpl rootNode,
String nsName,
String tagName)
Constructor for Namespace support.
|
NamedNodeMapImpl(NodeImpl ownerNode)
Constructs a named node map.
|
NamedNodeMapImpl(NodeImpl ownerNode)
Constructs a named node map.
|
Copyright © 2023 Gargoyle Software Inc.. All rights reserved.