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
 

Fields in org.apache.xerces.dom declared as StringList
protected  StringList PSVIElementNSImpl.fErrorCodes
          error codes
protected  StringList PSVIAttrNSImpl.fErrorCodes
          error codes
protected  StringList PSVIElementNSImpl.fErrorMessages
          error messages
protected  StringList PSVIAttrNSImpl.fErrorMessages
          error messages
 

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.
 StringList PSVIElementNSImpl.getErrorMessages()
          A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
 StringList PSVIAttrNSImpl.getErrorMessages()
          A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
 

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

Methods in org.apache.xerces.impl.dv.xs that return StringList
 StringList XSSimpleTypeDelegate.getLexicalEnumeration()
           
 StringList XSSimpleTypeDecl.getLexicalEnumeration()
          A list of enumeration values if it exists, otherwise an empty StringList.
 StringList XSSimpleTypeDelegate.getLexicalPattern()
           
 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 XSImplementationImpl.createStringList(String[] values)
           
 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 ElementPSVImpl.getErrorMessages()
          A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
 StringList AttributePSVImpl.getErrorMessages()
          A list of error messages generated from the validation attempt or an empty StringList if no errors occurred during the validation attempt.
 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 XSLoaderImpl.loadURIList(StringList uriList)
          Parses the content of XML Schema documents specified as the list of URI references.
 XSModel XMLSchemaLoader.loadURIList(StringList uriList)
           
 

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
          Contains a list of Strings.
 

Uses of StringList in org.apache.xerces.xs
 

Methods in org.apache.xerces.xs that return StringList
 StringList XSImplementation.createStringList(String[] values)
          Creates an immutable StringList from the given array of Strings.
 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 ItemPSVI.getErrorMessages()
          A list of error messages 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.
 



Copyright © 2011. All Rights Reserved.