public class ExtendedSchemaDVFactoryImpl extends BaseSchemaDVFactory
fDeclPool
Constructor and Description |
---|
ExtendedSchemaDVFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
XSSimpleType |
getBuiltInType(java.lang.String name)
Get a built-in simple type of the given name
REVISIT: its still not decided within the Schema WG how to define the
ur-types and if all simple types should be derived from a
complex type, so as of now we ignore the fact that anySimpleType
is derived from anyType, and pass 'null' as the base of
anySimpleType.
|
SymbolHash |
getBuiltInTypes()
get all built-in simple types, which are stored in a hashtable keyed by
the name
|
createBuiltInTypes, createTypeList, createTypeRestriction, createTypeUnion, newXSSimpleTypeDecl, setDeclPool
getInstance, getInstance
public XSSimpleType getBuiltInType(java.lang.String name)
getBuiltInType
in class SchemaDVFactory
name
- the name of the datatypepublic SymbolHash getBuiltInTypes()
getBuiltInTypes
in class SchemaDVFactory
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.