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

Packages that use StringList
org.apache.xerces.dom   
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 StringList in org.apache.xerces.dom
 

Methods in org.apache.xerces.dom that return StringList
 StringList PSVIElementNSImpl.getErrorCodes()
          A list of error codes generated from validation attempts.
 StringList PSVIAttrNSImpl.getErrorCodes()
          A list of error codes generated from validation attempts.
 

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

Methods in org.apache.xerces.impl.dv.xs that return StringList
 StringList XSSimpleTypeDecl.getLexicalEnumeration()
          A list of enumeration values if it exists, otherwise an empty StringList.
 StringList XSSimpleTypeDecl.getLexicalPattern()
          A list of pattern values if it exists, otherwise an empty StringList.
 

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

Methods in org.apache.xerces.impl.xs that return StringList
 StringList SchemaGrammar.getDocumentLocations()
          [document location]
 StringList ElementPSVImpl.getErrorCodes()
          A list of error codes generated from validation attempts.
 StringList AttributePSVImpl.getErrorCodes()
          A list of error codes generated from validation attempts.
 StringList XSModelImpl.getNamespaces()
          Convenience method.
 StringList XSWildcardDecl.getNsConstraintList()
          Namespace constraint.
 StringList XSImplementationImpl.getRecognizedVersions()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type StringList
 XSLoader XSImplementationImpl.createXSLoader(StringList versions)
           
 XSModel XMLSchemaLoader.loadURIList(StringList uriList)
           
 XSModel XSLoaderImpl.loadURIList(StringList uriList)
          Parses the content of XML Schema documents specified as the list of URI references.
 

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

Methods in org.apache.xerces.impl.xs.identity that return StringList
 StringList IdentityConstraint.getFieldStrs()
          {fields} A non-empty list of restricted XPath ([XPath]) expressions.
 

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

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

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

Uses of StringList in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return StringList
 StringList XSNamespaceItem.getDocumentLocations()
          [document location] - a list of location URIs for the documents that contributed to the XSModel.
 StringList ItemPSVI.getErrorCodes()
          [schema error code]: a list of error codes generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
 StringList XSIDCDefinition.getFieldStrs()
          [fields]: a non-empty list of restricted XPath 1.0 expressions.
 StringList XSSimpleTypeDefinition.getLexicalEnumeration()
          A list of enumeration values if it exists, otherwise an empty StringList.
 StringList XSMultiValueFacet.getLexicalFacetValues()
          Values of this facet.
 StringList XSSimpleTypeDefinition.getLexicalPattern()
          A list of pattern values if it exists, otherwise an empty StringList.
 StringList XSModel.getNamespaces()
          Convenience method.
 StringList XSWildcard.getNsConstraintList()
          Namespace constraint: For constraintType NSCONSTRAINT_LIST, the list contains allowed namespaces.
 StringList XSImplementation.getRecognizedVersions()
          A list containing the versions of XML Schema documents recognized by this XSImplemenation.
 

Methods in org.apache.xerces.xs with parameters of type StringList
 XSLoader XSImplementation.createXSLoader(StringList versions)
          Creates a new XSLoader.
 XSModel XSLoader.loadURIList(StringList uriList)
          Parses the content of XML Schema documents specified as the list of URI references.