Uses of Interface
org.apache.jena.ext.xerces.xs.XSSimpleTypeDefinition
Package
Description
-
Uses of XSSimpleTypeDefinition in org.apache.jena.ext.xerces.impl.dv
Modifier and TypeInterfaceDescriptioninterface
This interfaceXSSimpleType
represents the simple type definition of schema component and defines methods to query the information contained.Modifier and TypeMethodDescriptionValidatedInfo.getMemberTypeDefinition()
ValidatedInfo.getTypeDefinition()
-
Uses of XSSimpleTypeDefinition in org.apache.jena.ext.xerces.impl.dv.xs
Modifier and TypeClassDescriptionclass
@xerces.internalclass
Base class for XSSimpleType wrapper implementations.Modifier and TypeMethodDescriptionXSSimpleTypeDecl.getItemType()
If variety islist
the item type definition (an atomic or union simple type definition) is available, otherwisenull
.XSSimpleTypeDelegate.getItemType()
XSSimpleTypeDecl.getPrimitiveType()
If variety isatomic
the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwisenull
.XSSimpleTypeDelegate.getPrimitiveType()
-
Uses of XSSimpleTypeDefinition in org.apache.jena.ext.xerces.xs
Modifier and TypeMethodDescriptionXSSimpleTypeDefinition.getItemType()
If variety islist
the item type definition (an atomic or union simple type definition) is available, otherwisenull
.ItemPSVI.getMemberTypeDefinition()
[member type definition]
: if and only if that type definition is a simple type definition with {variety} union, or a complex type definition whose {content type} is a simple type definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the schema item's normalized value.XSValue.getMemberTypeDefinition()
If the declared simple type definition is a union, return the member type actually used to validate the value.XSSimpleTypeDefinition.getPrimitiveType()
If variety isatomic
the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwisenull
.XSComplexTypeDefinition.getSimpleType()
A simple type definition corresponding to a simple content model, otherwisenull
.XSAttributeDeclaration.getTypeDefinition()
[type definition]: A simple type definition.XSValue.getTypeDefinition()
The declared simple type definition used to validate this value.