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
 

Fields in org.apache.xerces.dom declared as ShortList
protected  ShortList PSVIElementNSImpl.fItemValueTypes
          actual value types if the value is a list
protected  ShortList PSVIAttrNSImpl.fItemValueTypes
          actual value types if the value is a list
 

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
 

Fields in org.apache.xerces.impl.xs declared as ShortList
protected  ShortList ElementPSVImpl.fItemValueTypes
          actual value types if the value is a list
protected  ShortList AttributePSVImpl.fItemValueTypes
          actual value types if the value is a list
protected  ShortList[] XMLSchemaValidator.ValueStoreBase.fLocalItemValueTypes
           
 

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

Methods in org.apache.xerces.impl.xs with parameters of type ShortList
 void XMLSchemaValidator.ValueStoreBase.addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.
 

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, Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.
 void XPathMatcher.endElement(QName element, XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)
           
 void Selector.Matcher.endElement(QName element, XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)
           
protected  void XPathMatcher.handleContent(XSTypeDefinition type, boolean nillable, Object value, short valueType, ShortList itemValueType)
           
protected  void Field.Matcher.handleContent(XSTypeDefinition type, boolean nillable, Object actualValue, short valueType, ShortList itemValueType)
           
protected  void XPathMatcher.matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)
          This method is called when the XPath handler matches the XPath expression.
protected  void Field.Matcher.matched(Object actualValue, short valueType, ShortList itemValueType, boolean isNil)
          This method is called when the XPath handler matches the XPath expression.
 

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

Classes in org.apache.xerces.impl.xs.util that implement ShortList
 class ShortListImpl
          Contains a list of shorts.
 

Uses of ShortList in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return ShortList
 ShortList XSElementDeclaration.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 XSAttributeDeclaration.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.
 



Copyright © 2011. All Rights Reserved.