Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSSimpleTypeDefinition
-
-
Uses of XSSimpleTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XSSimpleTypeDefinition Modifier and Type Method Description XSSimpleTypeDefinitionPSVIAttrNSImpl. getMemberTypeDefinition()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 thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.XSSimpleTypeDefinitionPSVIElementNSImpl. getMemberTypeDefinition()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 thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value. -
Uses of XSSimpleTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Subinterfaces of XSSimpleTypeDefinition 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.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that return XSSimpleTypeDefinition Modifier and Type Method Description XSSimpleTypeDefinitionValidatedInfo. getMemberTypeDefinition()XSSimpleTypeDefinitionValidatedInfo. getTypeDefinition() -
Uses of XSSimpleTypeDefinition 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 XSSimpleTypeDefinition 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 XSSimpleTypeDefinition Modifier and Type Method Description XSSimpleTypeDefinitionXSSimpleTypeDecl. getItemType()If variety islistthe item type definition (an atomic or union simple type definition) is available, otherwisenull.XSSimpleTypeDefinitionXSSimpleTypeDelegate. getItemType()XSSimpleTypeDefinitionXSSimpleTypeDecl. getPrimitiveType()If variety isatomicthe primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwisenull.XSSimpleTypeDefinitionXSSimpleTypeDelegate. getPrimitiveType() -
Uses of XSSimpleTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSSimpleTypeDefinition Modifier and Type Method Description XSSimpleTypeDefinitionAttributePSVImpl. getMemberTypeDefinition()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 thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.XSSimpleTypeDefinitionElementPSVImpl. getMemberTypeDefinition()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 thype definition with {variety} union, then an item isomorphic to that member of the union's {member type definitions} which actually validated the element item's normalized value.XSSimpleTypeDefinitionXSComplexTypeDecl. getSimpleType()A simple type definition corresponding to simple content model, otherwisenullXSSimpleTypeDefinitionXSAttributeDecl. getTypeDefinition()A simple type definition -
Uses of XSSimpleTypeDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSSimpleTypeDefinition Modifier and Type Method Description XSSimpleTypeDefinitionXSSimpleTypeDefinition. getItemType()If variety islistthe item type definition (an atomic or union simple type definition) is available, otherwisenull.XSSimpleTypeDefinitionItemPSVI. 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.XSSimpleTypeDefinitionXSValue. getMemberTypeDefinition()If the declared simple type definition is a union, return the member type actually used to validate the value.XSSimpleTypeDefinitionXSSimpleTypeDefinition. getPrimitiveType()If variety isatomicthe primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwisenull.XSSimpleTypeDefinitionXSComplexTypeDefinition. getSimpleType()A simple type definition corresponding to a simple content model, otherwisenull.XSSimpleTypeDefinitionXSAttributeDeclaration. getTypeDefinition()[type definition]: A simple type definition.XSSimpleTypeDefinitionXSValue. getTypeDefinition()The declared simple type definition used to validate this value.
-