arlut.csd.Util
Class XMLEndDocument

java.lang.Object
  |
  +--arlut.csd.Util.XMLItem
        |
        +--arlut.csd.Util.XMLEndDocument

public class XMLEndDocument
extends XMLItem

Document Close class for XML data held in the XMLReader class's buffer.


Fields inherited from class arlut.csd.Util.XMLItem
parent
 
Constructor Summary
(package private) XMLEndDocument()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class arlut.csd.Util.XMLItem
debugPrintTree, dissolve, getAttrBoolean, getAttrCount, getAttrInt, getAttrKey, getAttrStr, getAttrVal, getChildren, getCleanString, getName, getParent, getString, getTreeString, getTreeString, isEmpty, isOpen, matches, matchesClose, setChildren, setParent
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

XMLEndDocument

XMLEndDocument()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object