Uses of Class
org.enhydra.apache.xerces.dom.AttrImpl

Packages that use AttrImpl
org.enhydra.apache.xerces.dom   
 

Uses of AttrImpl in org.enhydra.apache.xerces.dom
 

Subclasses of AttrImpl in org.enhydra.apache.xerces.dom
 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.
 

Fields in org.enhydra.apache.xerces.dom declared as AttrImpl
(package private)  AttrImpl DocumentImpl.EnclosingAttr.node
           
 

Methods in org.enhydra.apache.xerces.dom with parameters of type AttrImpl
(package private)  void CoreDocumentImpl.modifiedAttrValue(AttrImpl attr, String oldvalue)
          A method to be called when an attribute value has been modified
(package private)  void CoreDocumentImpl.setAttrNode(AttrImpl attr, AttrImpl previous)
          A method to be called when an attribute node has been set
(package private)  void CoreDocumentImpl.removedAttrNode(AttrImpl attr, NodeImpl oldOwner, String name)
          A method to be called when an attribute node has been removed
protected  void DocumentImpl.dispatchAggregateEvents(NodeImpl node, AttrImpl enclosingAttr, String oldvalue, short change)
          NON-DOM INTERNAL: Generate the "aggregated" post-mutation events DOMAttrModified and DOMSubtreeModified.
(package private)  void DocumentImpl.modifiedAttrValue(AttrImpl attr, String oldvalue)
          A method to be called when an attribute value has been modified
(package private)  void DocumentImpl.setAttrNode(AttrImpl attr, AttrImpl previous)
          A method to be called when an attribute node has been set
(package private)  void DocumentImpl.removedAttrNode(AttrImpl attr, NodeImpl oldOwner, String name)
          A method to be called when an attribute node has been removed
protected  void DeferredDocumentImpl.synchronizeChildren(AttrImpl a, int nodeIndex)
          Synchronizes the node's children with the internal structure.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.