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 classAttrNSImplAttrNSImpl inherits from AttrImpl and adds namespace support.classDeferredAttrImplAttribute represents an XML-style attribute of an Element.classDeferredAttrNSImplDeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to AttrImpl.classPSVIAttrNSImplAttribute 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 voidDocumentImpl. dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change)NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified.protected voidDeferredDocumentImpl. synchronizeChildren(AttrImpl a, int nodeIndex)Synchronizes the node's children with the internal structure.
-