Uses of Interface
org.apache.jena.ext.xerces.xs.StringList
Packages that use StringList
Package
Description
-
Uses of StringList in org.apache.jena.ext.xerces.impl.dv.xs
Methods in org.apache.jena.ext.xerces.impl.dv.xs that return StringListModifier and TypeMethodDescriptionXSSimpleTypeDecl.getLexicalEnumeration()A list of enumeration values if it exists, otherwise an emptyStringList.XSSimpleTypeDelegate.getLexicalEnumeration()XSSimpleTypeDecl.getLexicalPattern()A list of pattern values if it exists, otherwise an emptyStringList.XSSimpleTypeDelegate.getLexicalPattern() -
Uses of StringList in org.apache.jena.ext.xerces.impl.xs.util
Classes in org.apache.jena.ext.xerces.impl.xs.util that implement StringList -
Uses of StringList in org.apache.jena.ext.xerces.xs
Methods in org.apache.jena.ext.xerces.xs that return StringListModifier and TypeMethodDescriptionXSImplementation.createStringList(String[] values) Creates an immutableStringListfrom the given array ofStrings.XSNamespaceItem.getDocumentLocations()[document location] - a list of location URIs for the documents that contributed to theXSModel.ItemPSVI.getErrorCodes()[schema error code]: a list of error codes generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.ItemPSVI.getErrorMessages()A list of error messages generated from the validation attempt or an emptyStringListif no errors occurred during the validation attempt.XSIDCDefinition.getFieldStrs()[fields]: a non-empty list of restricted XPath 1.0 expressions.XSSimpleTypeDefinition.getLexicalEnumeration()A list of enumeration values if it exists, otherwise an emptyStringList.XSMultiValueFacet.getLexicalFacetValues()Values of this facet.XSSimpleTypeDefinition.getLexicalPattern()A list of pattern values if it exists, otherwise an emptyStringList.XSModel.getNamespaces()Convenience method.XSWildcard.getNsConstraintList()Namespace constraint: ForconstraintTypeNSCONSTRAINT_LIST, the list contains allowed namespaces.XSImplementation.getRecognizedVersions()A list containing the versions of XML Schema documents recognized by thisXSImplemenation.Methods in org.apache.jena.ext.xerces.xs with parameters of type StringListModifier and TypeMethodDescriptionXSImplementation.createXSLoader(StringList versions) Creates a new XSLoader.XSLoader.loadURIList(StringList uriList) Parses the content of XML Schema documents specified as the list of URI references.