Uses of Interface
org.apache.jena.ext.xerces.xs.XSTypeDefinition
Packages that use XSTypeDefinition
Package
Description
-
Uses of XSTypeDefinition in org.apache.jena.ext.xerces.impl.dv
Subinterfaces of XSTypeDefinition in org.apache.jena.ext.xerces.impl.dvModifier and TypeInterfaceDescriptioninterfaceThis interfaceXSSimpleTyperepresents the simple type definition of schema component and defines methods to query the information contained. -
Uses of XSTypeDefinition in org.apache.jena.ext.xerces.impl.dv.xs
Classes in org.apache.jena.ext.xerces.impl.dv.xs that implement XSTypeDefinitionModifier and TypeClassDescriptionclass@xerces.internalclassBase class for XSSimpleType wrapper implementations.Methods in org.apache.jena.ext.xerces.impl.dv.xs that return XSTypeDefinitionModifier and TypeMethodDescriptionXSSimpleTypeDecl.getBaseType()XSSimpleTypeDelegate.getBaseType()Methods in org.apache.jena.ext.xerces.impl.dv.xs with parameters of type XSTypeDefinitionModifier and TypeMethodDescriptionbooleanXSSimpleTypeDecl.derivedFromType(XSTypeDefinition ancestor, short derivation) booleanXSSimpleTypeDelegate.derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) -
Uses of XSTypeDefinition in org.apache.jena.ext.xerces.xs
Subinterfaces of XSTypeDefinition in org.apache.jena.ext.xerces.xsModifier and TypeInterfaceDescriptioninterfaceThis interface represents the Complex Type Definition schema component.interfaceThis interface represents the Simple Type Definition schema component.Methods in org.apache.jena.ext.xerces.xs that return XSTypeDefinitionModifier and TypeMethodDescriptionXSTypeDefinition.getBaseType(){base type definition}: either a simple type definition or a complex type definition.ItemPSVI.getTypeDefinition()[type definition]: an item isomorphic to the type definition used to validate the schema item.XSElementDeclaration.getTypeDefinition()[type definition]: either a simple type definition or a complex type definition.XSModel.getTypeDefinition(String name, String namespace) Convenience method.XSNamespaceItem.getTypeDefinition(String name) Convenience method.Methods in org.apache.jena.ext.xerces.xs with parameters of type XSTypeDefinitionModifier and TypeMethodDescriptionbooleanXSTypeDefinition.derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) Convenience method which checks if this type is derived from the givenancestorType.