Uses of Interface
org.apache.xerces.xs.XSSimpleTypeDefinition

Packages that use XSSimpleTypeDefinition
org.apache.xerces.dom   
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.xs   
 

Uses of XSSimpleTypeDefinition in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as XSSimpleTypeDefinition
protected  XSSimpleTypeDefinition PSVIElementNSImpl.fMemberType
          member type definition against which element was validated
protected  XSSimpleTypeDefinition PSVIAttrNSImpl.fMemberType
          member type definition against which attribute was validated
 

Methods in org.apache.xerces.dom that return XSSimpleTypeDefinition
 XSSimpleTypeDefinition PSVIElementNSImpl.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.
 XSSimpleTypeDefinition PSVIAttrNSImpl.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.apache.xerces.impl.dv
 

Subinterfaces of XSSimpleTypeDefinition in org.apache.xerces.impl.dv
 interface XSSimpleType
          This interface XSSimpleType represents the simple type definition of schema component and defines methods to query the information contained.
 

Uses of XSSimpleTypeDefinition in org.apache.xerces.impl.dv.xs
 

Classes in org.apache.xerces.impl.dv.xs that implement XSSimpleTypeDefinition
 class XSSimpleTypeDecl
           
 class XSSimpleTypeDelegate
          Base class for XSSimpleType wrapper implementations.
 

Methods in org.apache.xerces.impl.dv.xs that return XSSimpleTypeDefinition
 XSSimpleTypeDefinition XSSimpleTypeDelegate.getItemType()
           
 XSSimpleTypeDefinition XSSimpleTypeDecl.getItemType()
          If variety is list the item type definition (an atomic or union simple type definition) is available, otherwise null.
 XSSimpleTypeDefinition XSSimpleTypeDelegate.getPrimitiveType()
           
 XSSimpleTypeDefinition XSSimpleTypeDecl.getPrimitiveType()
          If variety is atomic the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwise null.
 

Uses of XSSimpleTypeDefinition in org.apache.xerces.impl.xs
 

Fields in org.apache.xerces.impl.xs declared as XSSimpleTypeDefinition
protected  XSSimpleTypeDefinition ElementPSVImpl.fMemberType
          member type definition against which element was validated
protected  XSSimpleTypeDefinition AttributePSVImpl.fMemberType
          member type definition against which attribute was validated
 

Methods in org.apache.xerces.impl.xs that return XSSimpleTypeDefinition
 XSSimpleTypeDefinition ElementPSVImpl.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.
 XSSimpleTypeDefinition AttributePSVImpl.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.
 XSSimpleTypeDefinition XSComplexTypeDecl.getSimpleType()
          A simple type definition corresponding to simple content model, otherwise null
 XSSimpleTypeDefinition XSAttributeDecl.getTypeDefinition()
          A simple type definition
 

Uses of XSSimpleTypeDefinition in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return XSSimpleTypeDefinition
 XSSimpleTypeDefinition XSSimpleTypeDefinition.getItemType()
          If variety is list the item type definition (an atomic or union simple type definition) is available, otherwise null.
 XSSimpleTypeDefinition 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.
 XSSimpleTypeDefinition XSSimpleTypeDefinition.getPrimitiveType()
          If variety is atomic the primitive type definition (a built-in primitive datatype definition or the simple ur-type definition) is available, otherwise null.
 XSSimpleTypeDefinition XSComplexTypeDefinition.getSimpleType()
          A simple type definition corresponding to a simple content model, otherwise null.
 XSSimpleTypeDefinition XSAttributeDeclaration.getTypeDefinition()
          [type definition]: A simple type definition.
 



Copyright © 2011. All Rights Reserved.