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 StringListPSVIAttrNSImpl. fErrorCodeserror codesprotected StringListPSVIElementNSImpl. fErrorCodeserror codesprotected StringListPSVIAttrNSImpl. fErrorMessageserror messagesprotected StringListPSVIElementNSImpl. fErrorMessageserror messagesMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return StringList Modifier and Type Method Description StringListPSVIAttrNSImpl. getErrorCodes()A list of error codes generated from validation attempts.StringListPSVIElementNSImpl. getErrorCodes()A list of error codes generated from validation attempts.StringListPSVIAttrNSImpl. getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.StringListPSVIElementNSImpl. getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif 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 StringListXSSimpleTypeDecl. getLexicalEnumeration()A list of enumeration values if it exists, otherwise an emptyStringList.StringListXSSimpleTypeDelegate. getLexicalEnumeration()StringListXSSimpleTypeDecl. getLexicalPattern()A list of pattern values if it exists, otherwise an emptyStringList.StringListXSSimpleTypeDelegate. 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 StringListXSImplementationImpl. createStringList(String[] values)StringListSchemaGrammar. getDocumentLocations()[document location]StringListAttributePSVImpl. getErrorCodes()A list of error codes generated from validation attempts.StringListElementPSVImpl. getErrorCodes()A list of error codes generated from validation attempts.StringListAttributePSVImpl. getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.StringListElementPSVImpl. getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.StringListXSModelImpl. getNamespaces()Convenience method.StringListXSWildcardDecl. getNsConstraintList()Namespace constraint.StringListXSImplementationImpl. getRecognizedVersions()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type StringList Modifier and Type Method Description XSLoaderXSImplementationImpl. createXSLoader(StringList versions)XSModelXMLSchemaLoader. loadURIList(StringList uriList)XSModelXSLoaderImpl. 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 StringListIdentityConstraint. 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 classStringListImplContains 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 StringListXSImplementation. createStringList(String[] values)Creates an immutableStringListfrom the given array ofStrings.StringListXSNamespaceItem. getDocumentLocations()[document location] - a list of location URIs for the documents that contributed to theXSModel.StringListItemPSVI. getErrorCodes()[schema error code]: a list of error codes generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.StringListItemPSVI. getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.StringListXSIDCDefinition. getFieldStrs()[fields]: a non-empty list of restricted XPath 1.0 expressions.StringListXSSimpleTypeDefinition. getLexicalEnumeration()A list of enumeration values if it exists, otherwise an emptyStringList.StringListXSMultiValueFacet. getLexicalFacetValues()Values of this facet.StringListXSSimpleTypeDefinition. getLexicalPattern()A list of pattern values if it exists, otherwise an emptyStringList.StringListXSModel. getNamespaces()Convenience method.StringListXSWildcard. getNsConstraintList()Namespace constraint: ForconstraintTypeNSCONSTRAINT_LIST, the list contains allowed namespaces.StringListXSImplementation. 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 XSLoaderXSImplementation. createXSLoader(StringList versions)Creates a new XSLoader.XSModelXSLoader. loadURIList(StringList uriList)Parses the content of XML Schema documents specified as the list of URI references.
-