Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSTypeDefinition
-
-
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as XSTypeDefinition Modifier and Type Field Description protected XSTypeDefinitionPSVIAttrNSImpl. fTypeDecltype of attribute, simpleTypeprotected XSTypeDefinitionPSVIElementNSImpl. fTypeDecltype of element, could be xsi:typeMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSTypeDefinition Modifier and Type Method Description XSTypeDefinitionPSVIAttrNSImpl. getTypeDefinition()An item isomorphic to the type definition used to validate this element.XSTypeDefinitionPSVIElementNSImpl. getTypeDefinition()An item isomorphic to the type definition used to validate this element.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XSTypeDefinition Modifier and Type Method Description voidElementNSImpl. setType(XSTypeDefinition type)NON-DOM: setting type used by the DOM parser -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Subinterfaces of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv Modifier and Type Interface Description interfaceXSSimpleTypeThis interfaceXSSimpleTyperepresents the simple type definition of schema component and defines methods to query the information contained. -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that implement XSTypeDefinition Modifier and Type Class Description classXSSimpleTypeDeclclassXSSimpleTypeDelegateBase class for XSSimpleType wrapper implementations.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return XSTypeDefinition Modifier and Type Method Description XSTypeDefinitionXSSimpleTypeDecl. getBaseType()XSTypeDefinitionXSSimpleTypeDelegate. getBaseType()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs with parameters of type XSTypeDefinition Modifier and Type Method Description booleanXSSimpleTypeDecl. derivedFromType(XSTypeDefinition ancestor, short derivation)booleanXSSimpleTypeDelegate. derivedFromType(XSTypeDefinition ancestorType, short derivationMethod) -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XSTypeDefinition Modifier and Type Class Description classXSComplexTypeDeclThe XML representation for a complexType schema component is a <complexType> element information itemFields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XSTypeDefinition Modifier and Type Field Description XSTypeDefinitionXSElementDecl. fTypeprotected XSTypeDefinitionAttributePSVImpl. fTypeDecltype of attribute, simpleTypeprotected XSTypeDefinitionElementPSVImpl. fTypeDecltype of element, could be xsi:typeMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSTypeDefinition Modifier and Type Method Description XSTypeDefinitionXSComplexTypeDecl. getBaseType(){base type definition} Either a simple type definition or a complex type definition.XSTypeDefinitionSchemaGrammar. getGlobalTypeDecl(String declName)get one global typeXSTypeDefinitionSchemaGrammar. getGlobalTypeDecl(String declName, String location)XSTypeDefinitionAttributePSVImpl. getTypeDefinition()An item isomorphic to the type definition used to validate this element.XSTypeDefinitionElementPSVImpl. getTypeDefinition()An item isomorphic to the type definition used to validate this element.XSTypeDefinitionSchemaGrammar. getTypeDefinition(String name)Convenience method.XSTypeDefinitionXSElementDecl. getTypeDefinition()Either a simple type definition or a complex type definition.XSTypeDefinitionXSModelImpl. getTypeDefinition(String name, String namespace)Convenience method.XSTypeDefinitionXSModelImpl. getTypeDefinition(String name, String namespace, String loc)Convenience method.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XSTypeDefinition Modifier and Type Method Description voidSchemaGrammar. addGlobalTypeDecl(XSTypeDefinition decl)register one global typevoidSchemaGrammar. addGlobalTypeDecl(XSTypeDefinition decl, String location)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalTypeDecl(XSTypeDefinition decl)voidSchemaGrammar.BuiltinSchemaGrammar. addGlobalTypeDecl(XSTypeDefinition decl, String location)voidSchemaGrammar.Schema4Annotations. addGlobalTypeDecl(XSTypeDefinition decl)voidSchemaGrammar.Schema4Annotations. addGlobalTypeDecl(XSTypeDefinition decl, String location)static booleanXSConstraints. checkComplexDerivationOk(XSComplexTypeDecl derived, XSTypeDefinition base, short block)check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.static booleanXSConstraints. checkSimpleDerivationOk(XSSimpleType derived, XSTypeDefinition base, short block)check whether simple type derived is valid derived from base, given a subset of {restriction, extension}.static booleanXSConstraints. checkTypeDerivationOk(XSTypeDefinition derived, XSTypeDefinition base, short block)check whether derived is valid derived from base, given a subset of {restriction, extension}.BbooleanXSComplexTypeDecl. derivedFromType(XSTypeDefinition ancestor, short derivationMethod)static ObjectXSConstraints. ElementDefaultValidImmediate(XSTypeDefinition type, String value, ValidationContext context, ValidatedInfo vinfo)check whether a value is a valid default for some type returns the compiled form of the value The parameter value could be either a String or a ValidatedInfo objectvoidXSComplexTypeDecl. setValues(String name, String targetNamespace, XSTypeDefinition baseType, short derivedBy, short schemaFinal, short block, short contentType, boolean isAbstract, XSAttributeGroupDecl attrGrp, XSSimpleType simpleType, XSParticleDecl particle, XSObjectListImpl annotations) -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type XSTypeDefinition Modifier and Type Method Description voidSelector.Matcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)voidXPathMatcher. endElement(QName element, XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)protected voidField.Matcher. handleContent(XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)protected voidXPathMatcher. handleContent(XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType) -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util with parameters of type XSTypeDefinition Modifier and Type Method Description static StringXS10TypeHelper. getSchemaTypeName(XSTypeDefinition typeDefn) -
Uses of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Subinterfaces of XSTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs Modifier and Type Interface Description interfaceXSComplexTypeDefinitionThis interface represents the Complex Type Definition schema component.interfaceXSSimpleTypeDefinitionThis interface represents the Simple Type Definition schema component.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSTypeDefinition Modifier and Type Method Description XSTypeDefinitionXSTypeDefinition. getBaseType(){base type definition}: either a simple type definition or a complex type definition.XSTypeDefinitionItemPSVI. getTypeDefinition()[type definition]: an item isomorphic to the type definition used to validate the schema item.XSTypeDefinitionXSElementDeclaration. getTypeDefinition()[type definition]: either a simple type definition or a complex type definition.XSTypeDefinitionXSModel. getTypeDefinition(String name, String namespace)Convenience method.XSTypeDefinitionXSNamespaceItem. getTypeDefinition(String name)Convenience method.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs with parameters of type XSTypeDefinition Modifier and Type Method Description booleanXSTypeDefinition. derivedFromType(XSTypeDefinition ancestorType, short derivationMethod)Convenience method which checks if this type is derived from the givenancestorType.
-