Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.AttributeMap
-
Packages that use AttributeMap Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of AttributeMap in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as AttributeMap Modifier and Type Field Description protected AttributeMap
ElementImpl. attributes
Attributes.protected AttributeMap
DOMNormalizer.XMLAttributesProxy. fAttributes
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type AttributeMap Modifier and Type Method Description protected void
DOMNormalizer. namespaceFixUp(ElementImpl element, AttributeMap attributes)
void
DOMNormalizer.XMLAttributesProxy. setAttributes(AttributeMap attributes, CoreDocumentImpl doc, ElementImpl elem)
-