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 classAttributeMapAttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.Methods in org.htmlunit.cyberneko.xerces.dom that return NamedNodeMapImpl Modifier and Type Method Description 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.Methods in org.htmlunit.cyberneko.xerces.dom with parameters of type NamedNodeMapImpl Modifier and Type Method Description protected voidAttributeMap. cloneContent(NamedNodeMapImpl srcmap)Override parent's method to set the ownerNode correctlyprotected voidNamedNodeMapImpl. cloneContent(NamedNodeMapImpl srcmap)
-