Constant Field Values

Contents

com.thaiopensource.*

  • com.thaiopensource.relaxng.output.xsd.basic.Occurs 
    Modifier and Type Constant Field Value
    public static final int UNBOUNDED 2147483647
  • com.thaiopensource.relaxng.parse.compact.JavaCharStream 
    Modifier and Type Constant Field Value
    public static final boolean staticFlag false
  • com.thaiopensource.resolver.xml.XMLDocumentIdentifier 
    Modifier and Type Constant Field Value
    public static final java.lang.String MEDIA_TYPE "application/xml"
  • com.thaiopensource.xml.util.WellKnownNamespaces 
    Modifier and Type Constant Field Value
    public static final java.lang.String RELAX_NG "http://relaxng.org/ns/structure/1.0"
    public static final java.lang.String RELAX_NG_0_9 "http://relaxng.org/ns/structure/0.9"
    public static final java.lang.String RELAX_NG_COMPATIBILITY_ANNOTATIONS "http://relaxng.org/ns/compatibility/annotations/1.0"
    public static final java.lang.String RELAX_NG_COMPATIBILITY_DATATYPES "http://relaxng.org/ns/compatibility/datatypes/1.0"
    public static final java.lang.String XML "http://www.w3.org/XML/1998/namespace"
    public static final java.lang.String XML_SCHEMA "http://www.w3.org/2001/XMLSchema"
    public static final java.lang.String XML_SCHEMA_DATATYPES "http://www.w3.org/2001/XMLSchema-datatypes"
    public static final java.lang.String XMLNS "http://www.w3.org/2000/xmlns"

org.relaxng.*