Package com.saxonica.ee.schema
Class SymbolSpace
- java.lang.Object
-
- com.saxonica.ee.schema.SymbolSpace
-
public abstract class SymbolSpace extends java.lang.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.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ATTRIBUTE
static int
ATTRIBUTE_GROUP
static int
ELEMENT
static int
GROUP
static int
IDENTITY_CONSTRAINT
static int
NOTATION
static int
TYPE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getSymbolSpaceName(int space)
-
-
-
Field Detail
-
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
-
-