Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSException
-
Packages that use XSException Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.util org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs org.smooks.engine.delivery.sax.ng.org.apache.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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.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.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that throw XSException Modifier and Type Method Description XSLoader
XSImplementationImpl. createXSLoader(StringList versions)
-
Uses of XSException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.util that throw XSException Modifier and Type Method Description short
ShortListImpl. item(int index)
-
Uses of XSException in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that throw XSException Modifier and Type Method Description XSLoader
XSImplementation. createXSLoader(StringList versions)
Creates a new XSLoader.Object
ItemPSVI. getActualNormalizedValue()
Deprecated.Use getSchemaValue().getActualValue() insteadshort
ItemPSVI. getActualNormalizedValueType()
Deprecated.Use getSchemaValue().getActualValueType() insteadObject
XSAttributeDeclaration. getActualVC()
Deprecated.Use getValueConstraintValue().getActualValue() insteadObject
XSAttributeUse. getActualVC()
Deprecated.Use getValueConstraintValue().getActualValue() insteadObject
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.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.datatypes
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.datatypes that throw XSException Modifier and Type Method Description byte
ByteList. item(int index)
Returns theindex
th item in the collection.
-