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.
 
 
 
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) Michael H. Kay. All rights reserved.