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
|
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 typeCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.