|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.saxon.type.BuiltInType
public abstract class BuiltInType
This non-instantiable class acts as a register of Schema objects containing all the built-in types: that is, the types defined in the "xs" namespace.
Previously called BuiltInSchemaFactory; but its original function has largely been moved to the two
classes BuiltInAtomicType and BuiltInListType
| Method Summary | |
|---|---|
static SchemaType |
getSchemaType(int fingerprint)
Get the schema type with a given fingerprint |
(package private) static void |
register(int fingerprint,
SchemaType type)
Method for internal use to register a built in type with this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SchemaType getSchemaType(int fingerprint)
fingerprint - the fingerprint representing the name of the required type
static void register(int fingerprint,
SchemaType type)
fingerprint - the fingerprint of the type nametype - the SchemaType representing the built in type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||