Uses of Class
org.htmlunit.cyberneko.xerces.dom.NodeImpl
-
Packages that use NodeImpl Package Description org.htmlunit.cyberneko.html.dom org.htmlunit.cyberneko.xerces.dom -
-
Uses of NodeImpl in org.htmlunit.cyberneko.html.dom
Constructors in org.htmlunit.cyberneko.html.dom with parameters of type NodeImpl Constructor Description NameNodeListImpl(NodeImpl rootNode, String tagName)Constructor. -
Uses of NodeImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of NodeImpl in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description classAttrImplAttribute represents an XML-style attribute of an Element.classAttrNSImplAttrNSImpl inherits from AttrImpl and adds namespace support.classCDATASectionImplXML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.classCharacterDataImplCharacterData is an abstract Node that can carry character data as its Value.classChildNodeChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.classCommentImplRepresents an XML (or HTML) comment.classCoreDocumentImplThe Document interface represents the entire HTML or XML document.classDocumentFragmentImplDocumentFragment is a "lightweight" or "minimal" Document object.classDocumentImplThe Document interface represents the entire HTML or XML document.classDocumentTypeImplThis class represents a Document Type declaraction in the document itself, not a Document Type Definition (DTD).classElementImplElements represent most of the "markup" and structure of the document.classElementNSImplElementNSImpl inherits from ElementImpl and adds namespace support.classEntityImplEntity nodes hold the reference data for an XML Entity -- either parsed or unparsed.classEntityReferenceImplEntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.classParentNodeParentNode inherits from ChildNode and adds the capability of having child nodes.classProcessingInstructionImplProcessing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content.classTextImplText nodes hold the non-markup, non-Entity content of an Element or Attribute.Fields in org.htmlunit.cyberneko.xerces.dom declared as NodeImpl Modifier and Type Field Description protected NodeImplNamedNodeMapImpl. ownerNodeprotected NodeImplNodeImpl. ownerNode_protected NodeImplDeepNodeListImpl. rootNode_Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeImpl Modifier and Type Method Description protected voidCoreDocumentImpl. addEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture)NamedNodeMapImplAttributeMap. cloneMap(NodeImpl ownerNode)Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.NamedNodeMapImplNamedNodeMapImpl. cloneMap(NodeImpl ownerNode)Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.protected voidCoreDocumentImpl. copyEventListeners(NodeImpl src, NodeImpl tgt)protected voidCoreDocumentImpl. removeEventListener(NodeImpl node, String type, EventListener listener, boolean useCapture)Constructors in org.htmlunit.cyberneko.xerces.dom with parameters of type NodeImpl Constructor Description DeepNodeListImpl(NodeImpl rootNode, String tagName)Constructor.DeepNodeListImpl(NodeImpl rootNode, String nsName, String tagName)Constructor for Namespace support.NamedNodeMapImpl(NodeImpl ownerNode)Constructs a named node map.
-