Uses of Class
org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl

Packages that use XSSimpleTypeDecl
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
 

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

Methods in org.apache.xerces.impl.dv.xs that return XSSimpleTypeDecl
 XSSimpleTypeDecl BaseSchemaDVFactory.newXSSimpleTypeDecl()
          Implementation internal
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setListValues(String name, String uri, short finalSet, XSSimpleTypeDecl itemType, XSObjectList annotations)
           
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setRestrictionValues(XSSimpleTypeDecl base, String name, String uri, short finalSet, XSObjectList annotations)
           
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setUnionValues(String name, String uri, short finalSet, XSSimpleTypeDecl[] memberTypes, XSObjectList annotations)
           
 

Methods in org.apache.xerces.impl.dv.xs with parameters of type XSSimpleTypeDecl
protected static void BaseSchemaDVFactory.createBuiltInTypes(SymbolHash builtInTypes, XSSimpleTypeDecl baseAtomicType)
           
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setListValues(String name, String uri, short finalSet, XSSimpleTypeDecl itemType, XSObjectList annotations)
           
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setRestrictionValues(XSSimpleTypeDecl base, String name, String uri, short finalSet, XSObjectList annotations)
           
protected  XSSimpleTypeDecl XSSimpleTypeDecl.setUnionValues(String name, String uri, short finalSet, XSSimpleTypeDecl[] memberTypes, XSObjectList annotations)
           
 

Constructors in org.apache.xerces.impl.dv.xs with parameters of type XSSimpleTypeDecl
XSSimpleTypeDecl(String name, String uri, short finalSet, XSSimpleTypeDecl[] memberTypes, XSObjectList annotations)
           
XSSimpleTypeDecl(String name, String uri, short finalSet, XSSimpleTypeDecl itemType, boolean isImmutable, XSObjectList annotations)
           
XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, short validateDV, short ordered, boolean bounded, boolean finite, boolean numeric, boolean isImmutable, short builtInKind)
           
XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, String uri, short finalSet, boolean isImmutable, XSObjectList annotations)
           
XSSimpleTypeDecl(XSSimpleTypeDecl base, String name, String uri, short finalSet, boolean isImmutable, XSObjectList annotations, short builtInKind)
           
 

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

Methods in org.apache.xerces.impl.xs that return XSSimpleTypeDecl
 XSSimpleTypeDecl XSDeclarationPool.getSimpleTypeDecl()
           
 



Copyright © 2011. All Rights Reserved.