Apigen

edu.uci.isr.apigen
Class XArchConstants

java.lang.Object
  extended byedu.uci.isr.apigen.XArchConstants

public class XArchConstants
extends Object

Useful constants that persist across the xArch API implementation.

Author:
Eric M. Dashofy (edashofy@ics.uci.edu)

Field Summary
static String OLD_XSD_NS_URI
          Old (2000) Namespace URI for XML Schema (XSD)
static String OLD_XSI_NS_URI
          Old (2000) Namespace URI for XML Schema Instance (XSI)
static String SCHEMA_LOCATION_ATTR_NAME
          Name of xsi:schemaLocation attribute
static String XLINK_NS_URI
          Namespace URI for XLink
static String XMLNS_NS_URI
          Namespace URI for XML Namespace
static String XSD_NS_URI
          Namespace URI for XML Schema (XSD)
static String XSI_NS_URI
          Namespace URI for XML Schema Instance (XSI)
 
Constructor Summary
XArchConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XLINK_NS_URI

public static final String XLINK_NS_URI
Namespace URI for XLink

See Also:
Constant Field Values

XMLNS_NS_URI

public static final String XMLNS_NS_URI
Namespace URI for XML Namespace

See Also:
Constant Field Values

XSD_NS_URI

public static final String XSD_NS_URI
Namespace URI for XML Schema (XSD)

See Also:
Constant Field Values

XSI_NS_URI

public static final String XSI_NS_URI
Namespace URI for XML Schema Instance (XSI)

See Also:
Constant Field Values

OLD_XSD_NS_URI

public static final String OLD_XSD_NS_URI
Old (2000) Namespace URI for XML Schema (XSD)

See Also:
Constant Field Values

OLD_XSI_NS_URI

public static final String OLD_XSI_NS_URI
Old (2000) Namespace URI for XML Schema Instance (XSI)

See Also:
Constant Field Values

SCHEMA_LOCATION_ATTR_NAME

public static final String SCHEMA_LOCATION_ATTR_NAME
Name of xsi:schemaLocation attribute

See Also:
Constant Field Values
Constructor Detail

XArchConstants

public XArchConstants()

Apigen