net.sf.saxon.type
public abstract class BuiltInType extends Object implements Serializable
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 |
static void | register(int fingerprint, SchemaType type)
Method for internal use to register a built in type with this class |
Parameters: fingerprint the fingerprint representing the name of the required type
Returns: the SchemaType object representing the given type, if known, otherwise null
Parameters: fingerprint the fingerprint of the type name type the SchemaType representing the built in type