public abstract class BuiltInType
extends java.lang.Object
Previously called BuiltInSchemaFactory; but its original function has largely been moved to the two
classes BuiltInAtomicType and BuiltInListType
| Modifier and Type | Method and Description |
|---|---|
static SchemaType |
getSchemaType(int fingerprint)
Get the schema type with a given fingerprint
|
static SchemaType |
getSchemaTypeByLocalName(java.lang.String name)
Get the schema type with a given local name
|
static void |
register(int fingerprint,
SchemaType type)
Method for internal use to register a built in type with this class
|
public static SchemaType getSchemaType(int fingerprint)
fingerprint - the fingerprint representing the name of the required typepublic static SchemaType getSchemaTypeByLocalName(java.lang.String name)
name - the local name of the required typepublic static void register(int fingerprint,
SchemaType type)
fingerprint - the fingerprint of the type nametype - the SchemaType representing the built in typeCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.