Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.StringList
-
-
Uses of StringList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as StringList Modifier and Type Field Description protected StringList
PSVIAttrNSImpl. fErrorCodes
error codesprotected StringList
PSVIElementNSImpl. fErrorCodes
error codesprotected StringList
PSVIAttrNSImpl. fErrorMessages
error messagesprotected StringList
PSVIElementNSImpl. fErrorMessages
error messagesMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return StringList Modifier and Type Method Description StringList
PSVIAttrNSImpl. getErrorCodes()
A list of error codes generated from validation attempts.StringList
PSVIElementNSImpl. getErrorCodes()
A list of error codes generated from validation attempts.StringList
PSVIAttrNSImpl. getErrorMessages()
A list of error messages generated from the validation attempt or an emptyStringList
if no errors occurred during the validation attempt.StringList
PSVIElementNSImpl. getErrorMessages()
A list of error messages generated from the validation attempt or an emptyStringList
if no errors occurred during the validation attempt. -
Uses of StringList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs that return StringList Modifier and Type Method Description StringList
XSSimpleTypeDecl. getLexicalEnumeration()
A list of enumeration values if it exists, otherwise an emptyStringList
.StringList
XSSimpleTypeDelegate. getLexicalEnumeration()
StringList
XSSimpleTypeDecl. getLexicalPattern()
A list of pattern values if it exists, otherwise an emptyStringList
.StringList
XSSimpleTypeDelegate. getLexicalPattern()
-
Uses of StringList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return StringList Modifier and Type Method Description StringList
XSImplementationImpl. createStringList(String[] values)
StringList
SchemaGrammar. getDocumentLocations()
[document location]StringList
AttributePSVImpl. getErrorCodes()
A list of error codes generated from validation attempts.StringList
ElementPSVImpl. getErrorCodes()
A list of error codes generated from validation attempts.StringList
AttributePSVImpl. getErrorMessages()
A list of error messages generated from the validation attempt or an emptyStringList
if no errors occurred during the validation attempt.StringList
ElementPSVImpl. getErrorMessages()
A list of error messages generated from the validation attempt or an emptyStringList
if no errors occurred during the validation attempt.StringList
XSModelImpl. getNamespaces()
Convenience method.StringList
XSWildcardDecl. getNsConstraintList()
Namespace constraint.StringList
XSImplementationImpl. getRecognizedVersions()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type StringList Modifier and Type Method Description 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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return StringList Modifier and Type Method Description StringList
IdentityConstraint. getFieldStrs()
{fields} A non-empty list of restricted XPath ([XPath]) expressions. -
Uses of StringList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that implement StringList Modifier and Type Class Description class
StringListImpl
Contains a list of Strings. -
Uses of StringList in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return StringList Modifier and Type Method Description StringList
XSImplementation. createStringList(String[] values)
Creates an immutableStringList
from the given array ofString
s.StringList
XSNamespaceItem. getDocumentLocations()
[document location] - a list of location URIs for the documents that contributed to theXSModel
.StringList
ItemPSVI. getErrorCodes()
[schema error code]
: a list of error codes generated from the validation attempt or an emptyStringList
if no errors occurred during the validation attempt.StringList
ItemPSVI. getErrorMessages()
A list of error messages generated from the validation attempt or an emptyStringList
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 emptyStringList
.StringList
XSMultiValueFacet. getLexicalFacetValues()
Values of this facet.StringList
XSSimpleTypeDefinition. getLexicalPattern()
A list of pattern values if it exists, otherwise an emptyStringList
.StringList
XSModel. getNamespaces()
Convenience method.StringList
XSWildcard. getNsConstraintList()
Namespace constraint: ForconstraintType
NSCONSTRAINT_LIST
, the list contains allowed namespaces.StringList
XSImplementation. getRecognizedVersions()
A list containing the versions of XML Schema documents recognized by thisXSImplemenation
.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs with parameters of type StringList Modifier and Type Method Description 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.
-