edu.stanford.db.rdf.syntax.strawman
Class StrawElement

java.lang.Object
  |
  +--edu.stanford.db.xml.util.Element
        |
        +--edu.stanford.db.rdf.syntax.strawman.StrawElement

public class StrawElement
extends Element


Fields inherited from class edu.stanford.db.xml.util.Element
attrs, CDATA, child, ELEMENTS, EMPTY, EMPTY_ENUMERATION, EMPTY_STR, MIXED, name, numInParent, parent, type, value
 
Constructor Summary
StrawElement()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class edu.stanford.db.xml.util.Element
getAttribute, getAttributes, getName, getNumInParent, getParent, getType, getValue, setAttribute, setChild, setName, setNumInParent, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrawElement

public StrawElement()
Method Detail

toString

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