org.enhydra.apache.xerces.dom
Class DocumentImpl.EnclosingAttr

java.lang.Object
  |
  +--org.enhydra.apache.xerces.dom.DocumentImpl.EnclosingAttr
Enclosing class:
DocumentImpl

class DocumentImpl.EnclosingAttr
extends Object

NON-DOM INTERNAL: Return object for getEnclosingAttr. Carries (two values, the Attr node affected (if any) and its previous string value. Simple struct, no methods.


Field Summary
(package private)  AttrImpl node
           
(package private)  String oldvalue
           
 
Constructor Summary
(package private) DocumentImpl.EnclosingAttr()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

AttrImpl node

oldvalue

String oldvalue
Constructor Detail

DocumentImpl.EnclosingAttr

DocumentImpl.EnclosingAttr()


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