com.saxonica.schema
Class SymbolSpace
java.lang.Object
com.saxonica.schema.SymbolSpace
public abstract class SymbolSpace
- extends Object
This class holds constants used to identify the various symbol spaces defined
in XML Schema: element declarations, attribute declarations, types, groups, and so on.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT
public static final int ELEMENT
- See Also:
- Constant Field Values
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
- Constant Field Values
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
GROUP
public static final int GROUP
- See Also:
- Constant Field Values
ATTRIBUTE_GROUP
public static final int ATTRIBUTE_GROUP
- See Also:
- Constant Field Values
NOTATION
public static final int NOTATION
- See Also:
- Constant Field Values
IDENTITY_CONSTRAINT
public static final int IDENTITY_CONSTRAINT
- See Also:
- Constant Field Values
getSymbolSpaceName
public static String getSymbolSpaceName(int space)
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.