Uses of Class
org.htmlunit.cyberneko.xerces.dom.NodeImpl
Packages that use NodeImpl
-
Uses of NodeImpl in org.htmlunit.cyberneko.html.dom
Subclasses of NodeImpl in org.htmlunit.cyberneko.html.domModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
Implements an HTML document.class
Implements an HTML-specific element, anElement
that will only appear inside HTML documents.class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Constructors in org.htmlunit.cyberneko.html.dom with parameters of type NodeImpl -
Uses of NodeImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of NodeImpl in org.htmlunit.cyberneko.xerces.domModifier and TypeClassDescriptionclass
Attribute represents an XML-style attribute of an Element.class
AttrNSImpl inherits from AttrImpl and adds namespace support.class
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.class
CharacterData is an abstract Node that can carry character data as its Value.class
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.class
Represents an XML (or HTML) comment.class
The Document interface represents the entire HTML or XML document.class
DocumentFragment is a "lightweight" or "minimal" Document object.class
The Document interface represents the entire HTML or XML document.class
This class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).class
Elements represent most of the "markup" and structure of the document.class
ElementNSImpl inherits from ElementImpl and adds namespace support.class
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.class
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.class
ParentNode inherits from ChildNode and adds the capability of having child nodes.class
Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.class
Text nodes hold the non-markup, non-Entity content of an Element or Attribute.Fields in org.htmlunit.cyberneko.xerces.dom declared as NodeImplModifier and TypeFieldDescriptionprotected final NodeImpl
NamedNodeMapImpl.ownerNode
protected NodeImpl
NodeImpl.ownerNode_
protected final NodeImpl
DeepNodeListImpl.rootNode_
Methods in org.htmlunit.cyberneko.xerces.dom that return NodeImplModifier and TypeMethodDescription(package private) final NodeImpl
ChildNode.parentNode()
(package private) NodeImpl
NodeImpl.parentNode()
Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeImplModifier and TypeMethodDescriptionprotected void
CoreDocumentImpl.addEventListener
(NodeImpl node, String type, EventListener listener, boolean useCapture) Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.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) (package private) void
CoreDocumentImpl.insertedNode
(NodeImpl node, NodeImpl newInternal, boolean replace) A method to be called when a node has been inserted in the tree.(package private) void
DocumentImpl.insertedNode
(NodeImpl node, NodeImpl newInternal, boolean replace) A method to be called when a node has been inserted in the tree.(package private) void
CoreDocumentImpl.insertingNode
(NodeImpl node, boolean replace) A method to be called when a node is about to be inserted in the tree.(package private) void
DocumentImpl.insertingNode
(NodeImpl node, boolean replace) A method to be called when a node is about to be inserted in the tree.(package private) void
CoreDocumentImpl.modifiedCharacterData
(NodeImpl node, String oldvalue, String value, boolean replace) A method to be called when a character data node has been modified(package private) void
DocumentImpl.modifiedCharacterData
(NodeImpl node, String oldvalue, String value, boolean replace) A method to be called when a character data node has been modified(package private) void
CoreDocumentImpl.modifyingCharacterData
(NodeImpl node, boolean replace) A method to be called when a character data node is about to be modified(package private) void
DocumentImpl.modifyingCharacterData
(NodeImpl node, boolean replace) A method to be called when a character data node is about to be modified(package private) void
CoreDocumentImpl.removedAttrNode
(AttrImpl attr, NodeImpl oldOwner, String name) A method to be called when an attribute node has been removed(package private) void
DocumentImpl.removedAttrNode
(AttrImpl attr, NodeImpl oldOwner, String name) A method to be called when an attribute node has been removed(package private) void
CoreDocumentImpl.removedNode
(NodeImpl node, boolean replace) A method to be called when a node has been removed from the tree.(package private) void
DocumentImpl.removedNode
(NodeImpl node, boolean replace) A method to be called when a node has been removed from the tree.protected void
CoreDocumentImpl.removeEventListener
(NodeImpl node, String type, EventListener listener, boolean useCapture) (package private) void
CoreDocumentImpl.removingNode
(NodeImpl node, NodeImpl oldChild, boolean replace) A method to be called when a node is about to be removed from the tree.(package private) void
DocumentImpl.removingNode
(NodeImpl node, NodeImpl oldChild, boolean replace) A method to be called when a node is about to be removed from the tree.(package private) void
CoreDocumentImpl.replacedCharacterData
(NodeImpl node, String oldvalue, String value) method to be called when a character data node has been replaced.(package private) void
DocumentImpl.replacedCharacterData
(NodeImpl node, String oldvalue, String value) method to be called when a character data node has been replaced.(package private) void
CoreDocumentImpl.replacedNode
(NodeImpl node) A method to be called when a node has been replaced in the tree.(package private) void
DocumentImpl.replacedNode
(NodeImpl node) A method to be called when a node has been replaced in the tree.(package private) void
CoreDocumentImpl.replacingData
(NodeImpl node) A method to be called when a character data node is about to be replaced(package private) void
DocumentImpl.replacingData
(NodeImpl node) A method to be called when a character data node is about to be replaced(package private) void
CoreDocumentImpl.replacingNode
(NodeImpl node) A method to be called when a node is about to be replaced in the tree.(package private) void
DocumentImpl.replacingNode
(NodeImpl node) A method to be called when a node is about to be replaced in the tree.Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeImplModifierConstructorDescriptionDeepNodeListImpl
(NodeImpl rootNode, String tagName) Constructor.DeepNodeListImpl
(NodeImpl rootNode, String nsName, String tagName) Constructor for Namespace support.protected
NamedNodeMapImpl
(NodeImpl ownerNode) Constructs a named node map.