Uses of Class
org.htmlunit.cyberneko.xerces.dom.NamedNodeMapImpl
-
Packages that use NamedNodeMapImpl Package Description org.htmlunit.cyberneko.xerces.dom -
-
Uses of NamedNodeMapImpl in org.htmlunit.cyberneko.xerces.dom
Subclasses of NamedNodeMapImpl in org.htmlunit.cyberneko.xerces.dom Modifier and Type Class Description class
AttributeMap
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.Fields in org.htmlunit.cyberneko.xerces.dom declared as NamedNodeMapImpl Modifier and Type Field Description private NamedNodeMapImpl
DocumentTypeImpl. elements_
Elements.private NamedNodeMapImpl
DocumentTypeImpl. entities_
Entities.private NamedNodeMapImpl
DocumentTypeImpl. notations_
Notations.Methods in org.htmlunit.cyberneko.xerces.dom that return NamedNodeMapImpl Modifier and Type Method Description 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.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NamedNodeMapImpl Modifier and Type Method Description protected void
AttributeMap. cloneContent(NamedNodeMapImpl srcmap)
Override parent's method to set the ownerNode correctlyprotected void
NamedNodeMapImpl. cloneContent(NamedNodeMapImpl srcmap)
-