com.thaiopensource.pullax
Class XmlContext.XmlSpace

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

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

A type-safe enumeration for the valid values of an xml:space attribute.


Field Summary
static XmlContext.XmlSpace DEFAULT
           
static XmlContext.XmlSpace PRESERVE
           
 
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

DEFAULT

public static final XmlContext.XmlSpace DEFAULT

PRESERVE

public static final XmlContext.XmlSpace PRESERVE
Method Detail

toString

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