com.thaiopensource.pullax
Class XmlContext.Standalone

java.lang.Object
  |
  +--com.thaiopensource.pullax.XmlContext.Standalone
Enclosing class:
XmlContext

public static final class XmlContext.Standalone
extends java.lang.Object

A type-safe enumeration for the possible values of the standalone pseudo-attribute in the XML declaration.


Field Summary
static XmlContext.Standalone NO
           
static XmlContext.Standalone YES
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

YES

public static final XmlContext.Standalone YES

NO

public static final XmlContext.Standalone NO
Method Detail

toString

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