Uses of Interface
org.apache.jena.ext.xerces.impl.dv.XSSimpleType
Packages that use XSSimpleType
-
Uses of XSSimpleType in org.apache.jena.ext.xerces.impl.dv
Methods in org.apache.jena.ext.xerces.impl.dv that return XSSimpleTypeModifier and TypeMethodDescriptionabstract XSSimpleType
SchemaDVFactory.getBuiltInType
(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. -
Uses of XSSimpleType in org.apache.jena.ext.xerces.impl.dv.xs
Classes in org.apache.jena.ext.xerces.impl.dv.xs that implement XSSimpleTypeMethods in org.apache.jena.ext.xerces.impl.dv.xs that return XSSimpleTypeModifier and TypeMethodDescriptionBaseDVFactory.createTypeRestriction
(String name, String targetNamespace, XSSimpleType base) Create a new simple type which is derived by restriction from another simple type.BaseDVFactory.getBuiltInType
(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.SchemaDVFactoryImpl.getBuiltInType
(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.Methods in org.apache.jena.ext.xerces.impl.dv.xs with parameters of type XSSimpleTypeModifier and TypeMethodDescriptionBaseDVFactory.createTypeRestriction
(String name, String targetNamespace, XSSimpleType base) Create a new simple type which is derived by restriction from another simple type.