Uses of Class
org.apache.jena.ext.xerces.xs.XSException
-
Packages that use XSException Package Description org.apache.jena.ext.xerces.impl.dv.util org.apache.jena.ext.xerces.impl.xs.util org.apache.jena.ext.xerces.xs org.apache.jena.ext.xerces.xs.datatypes This package provides interfaces for accessing actual value information through PSVI for XML Schema 1.0 data types. -
-
Uses of XSException in org.apache.jena.ext.xerces.impl.dv.util
Methods in org.apache.jena.ext.xerces.impl.dv.util that throw XSException Modifier and Type Method Description byte
ByteListImpl. item(int index)
Returns theindex
th item in the collection. -
Uses of XSException in org.apache.jena.ext.xerces.impl.xs.util
Methods in org.apache.jena.ext.xerces.impl.xs.util that throw XSException Modifier and Type Method Description short
ShortListImpl. item(int index)
-
Uses of XSException in org.apache.jena.ext.xerces.xs
Methods in org.apache.jena.ext.xerces.xs that throw XSException Modifier and Type Method Description XSLoader
XSImplementation. createXSLoader(StringList versions)
Creates a new XSLoader.java.lang.Object
ItemPSVI. getActualNormalizedValue()
Deprecated.Use getSchemaValue().getActualValue() insteadshort
ItemPSVI. getActualNormalizedValueType()
Deprecated.Use getSchemaValue().getActualValueType() insteadjava.lang.Object
XSAttributeDeclaration. getActualVC()
Deprecated.Use getValueConstraintValue().getActualValue() insteadjava.lang.Object
XSAttributeUse. getActualVC()
Deprecated.Use getValueConstraintValue().getActualValue() insteadjava.lang.Object
XSElementDeclaration. getActualVC()
Deprecated.Use getValueConstraintValue().getActualValue() insteadshort
XSAttributeDeclaration. getActualVCType()
Deprecated.Use getValueConstraintValue().getActualValueType() insteadshort
XSAttributeUse. getActualVCType()
Deprecated.Use getValueConstraintValue().getActualValueType() insteadshort
XSElementDeclaration. getActualVCType()
Deprecated.Use getValueConstraintValue().getActualValueType() insteadShortList
ItemPSVI. getItemValueTypes()
Deprecated.Use getSchemaValue().getListValueTypes() insteadShortList
XSAttributeDeclaration. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortList
XSAttributeUse. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadShortList
XSElementDeclaration. getItemValueTypes()
Deprecated.Use getValueConstraintValue().getListValueTypes() insteadshort
ShortList. item(int index)
Returns theindex
th item in the collection. -
Uses of XSException in org.apache.jena.ext.xerces.xs.datatypes
Methods in org.apache.jena.ext.xerces.xs.datatypes that throw XSException Modifier and Type Method Description byte
ByteList. item(int index)
Returns theindex
th item in the collection.
-