|
|||||||
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 |
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |