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

Packages that use ShortList
org.apache.xerces.dom   
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
org.apache.xerces.impl.xs.util   
org.apache.xerces.xs   
 

Uses of ShortList in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return ShortList
 ShortList PSVIElementNSImpl.getItemValueTypes()
           
 ShortList PSVIAttrNSImpl.getItemValueTypes()
           
 

Uses of ShortList in org.apache.xerces.impl.dv
 

Fields in org.apache.xerces.impl.dv declared as ShortList
 ShortList ValidatedInfo.itemValueTypes
          In the case the value is a list or a list of unions, this value indicates the type(s) of the items in the list.
 

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

Methods in org.apache.xerces.impl.dv.xs that return ShortList
 ShortList XSSimpleTypeDecl.getEnumerationTypeList()
           
 

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

Methods in org.apache.xerces.impl.xs that return ShortList
 ShortList XSAttributeUseImpl.getItemValueTypes()
           
 ShortList XSElementDecl.getItemValueTypes()
           
 ShortList ElementPSVImpl.getItemValueTypes()
           
 ShortList AttributePSVImpl.getItemValueTypes()
           
 ShortList XSAttributeDecl.getItemValueTypes()
           
 

Uses of ShortList in org.apache.xerces.impl.xs.identity
 

Methods in org.apache.xerces.impl.xs.identity with parameters of type ShortList
 void ValueStore.addValue(Field field, boolean mayMatch, java.lang.Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.
 void XPathMatcher.endElement(QName element, XSTypeDefinition type, boolean nillable, java.lang.Object value, short valueType, ShortList itemValueType)
           
 void Selector.Matcher.endElement(QName element, XSTypeDefinition type, boolean nillable, java.lang.Object actualValue, short valueType, ShortList itemValueType)
           
 

Uses of ShortList in org.apache.xerces.impl.xs.util
 

Classes in org.apache.xerces.impl.xs.util that implement ShortList
 class ShortListImpl
          Containts a list of Object's.
 

Fields in org.apache.xerces.impl.xs.util declared as ShortList
static ShortList ShortListImpl.EMPTY_LIST
          An immutable empty list.
 

Uses of ShortList in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return ShortList
 ShortList XSAttributeDeclaration.getItemValueTypes()
          In the case the actual constraint value represents a list, i.e.
 ShortList XSAttributeUse.getItemValueTypes()
          In the case the actual constraint value represents a list, i.e.
 ShortList XSElementDeclaration.getItemValueTypes()
          In the case the actual constraint value represents a list, i.e.
 ShortList ItemPSVI.getItemValueTypes()
          In the case the actual value represents a list, i.e.