public abstract class BuiltInType extends 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(String name)
Get the schema type with a given local name
|
public static SchemaType getSchemaType(int fingerprint)
fingerprint
- the fingerprint representing the name of the required typepublic static SchemaType getSchemaTypeByLocalName(String name)
name
- the local name of the required typeCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.