Uses of Interface
org.apache.xerces.xs.datatypes.ObjectList

Packages that use ObjectList
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.util   
 

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

Methods in org.apache.xerces.impl.dv.xs that return ObjectList
 ObjectList XSSimpleTypeDecl.getActualEnumeration()
          A list of actual enumeration values if it exists, otherwise an empty ObjectList.
 ObjectList XSSimpleTypeDecl.getEnumerationItemTypeList()
          A list of enumeration type values (as a list of ShortList objects) if it exists, otherwise returns null
 

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

Methods in org.apache.xerces.impl.xs that return ObjectList
 ObjectList SchemaGrammar.getComponentsExt(short objectType)
           
 

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

Classes in org.apache.xerces.impl.xs.util that implement ObjectList
 class ObjectListImpl
          Contains a list of Objects.
 



Copyright © 2011. All Rights Reserved.