Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.NamedNodeMapImpl
-
Packages that use NamedNodeMapImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of NamedNodeMapImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Subclasses of NamedNodeMapImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom Modifier and Type Class Description classAttributeMapAttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as NamedNodeMapImpl Modifier and Type Field Description protected NamedNodeMapImplElementDefinitionImpl. attributesDefault attributes.protected NamedNodeMapImplDocumentTypeImpl. elementsElements.protected NamedNodeMapImplDocumentTypeImpl. entitiesEntities.protected NamedNodeMapImplDocumentTypeImpl. notationsNotations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.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.protected NamedNodeMapImplElementImpl. getDefaultAttributes()Get the default attributes.Methods in org.smooks.engine.delivery.sax.ng.org.apache.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)protected voidAttributeMap. reconcileDefaults(NamedNodeMapImpl defaults)Get this AttributeMap in sync with the given "defaults" map.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type NamedNodeMapImpl Constructor Description AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults)Constructs a named node map.
-