com.thaiopensource.xml.util
Class WellKnownNamespaces

java.lang.Object
  extended by com.thaiopensource.xml.util.WellKnownNamespaces

public class WellKnownNamespaces
extends Object


Field Summary
static String RELAX_NG
           
static String RELAX_NG_0_9
           
static String RELAX_NG_COMPATIBILITY_ANNOTATIONS
           
static String RELAX_NG_COMPATIBILITY_DATATYPES
           
static String XML
           
static String XML_SCHEMA
           
static String XML_SCHEMA_DATATYPES
           
static String XMLNS
           
 
Constructor Summary
private WellKnownNamespaces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XML

public static final String XML
See Also:
Constant Field Values

XMLNS

public static final String XMLNS
See Also:
Constant Field Values

XML_SCHEMA_DATATYPES

public static final String XML_SCHEMA_DATATYPES
See Also:
Constant Field Values

XML_SCHEMA

public static final String XML_SCHEMA
See Also:
Constant Field Values

RELAX_NG_COMPATIBILITY_DATATYPES

public static final String RELAX_NG_COMPATIBILITY_DATATYPES
See Also:
Constant Field Values

RELAX_NG

public static final String RELAX_NG
See Also:
Constant Field Values

RELAX_NG_0_9

public static final String RELAX_NG_0_9
See Also:
Constant Field Values

RELAX_NG_COMPATIBILITY_ANNOTATIONS

public static final String RELAX_NG_COMPATIBILITY_ANNOTATIONS
See Also:
Constant Field Values
Constructor Detail

WellKnownNamespaces

private WellKnownNamespaces()