Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom.AttrImpl
-
Packages that use AttrImpl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom -
-
Uses of AttrImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Subclasses of AttrImpl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom Modifier and Type Class Description class
AttrNSImpl
AttrNSImpl inherits from AttrImpl and adds namespace support.class
DeferredAttrImpl
Attribute represents an XML-style attribute of an Element.class
DeferredAttrNSImpl
DeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.class
PSVIAttrNSImpl
Attribute namespace implementation; stores PSVI attribute items.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type AttrImpl Modifier and Type Method Description protected void
DocumentImpl. dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change)
NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified.protected void
DeferredDocumentImpl. synchronizeChildren(AttrImpl a, int nodeIndex)
Synchronizes the node's children with the internal structure.
-