|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSException | |
---|---|
org.apache.xerces.impl.dv.util | |
org.apache.xerces.impl.xs | |
org.apache.xerces.impl.xs.util | |
org.apache.xerces.xs | |
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.apache.xerces.impl.dv.util |
---|
Methods in org.apache.xerces.impl.dv.util that throw XSException | |
---|---|
byte |
ByteListImpl.item(int index)
Returns the index th item in the collection. |
Uses of XSException in org.apache.xerces.impl.xs |
---|
Methods in org.apache.xerces.impl.xs that throw XSException | |
---|---|
XSLoader |
XSImplementationImpl.createXSLoader(StringList versions)
|
Uses of XSException in org.apache.xerces.impl.xs.util |
---|
Methods in org.apache.xerces.impl.xs.util that throw XSException | |
---|---|
short |
ShortListImpl.item(int index)
|
Uses of XSException in org.apache.xerces.xs |
---|
Methods in org.apache.xerces.xs that throw XSException | |
---|---|
XSLoader |
XSImplementation.createXSLoader(StringList versions)
Creates a new XSLoader. |
java.lang.Object |
ItemPSVI.getActualNormalizedValue()
[schema normalized value] : Binding specific actual value
or null if the value is in error. |
short |
ItemPSVI.getActualNormalizedValueType()
The actual value built-in datatype, e.g. |
java.lang.Object |
XSAttributeDeclaration.getActualVC()
Value Constraint: Binding specific actual constraint value or null if the value is in error or there is no value
constraint. |
java.lang.Object |
XSAttributeUse.getActualVC()
Value Constraint: Binding specific actual constraint value or null if the value is in error or there is no value
constraint. |
java.lang.Object |
XSElementDeclaration.getActualVC()
Value Constraint: Binding specific actual constraint value or null if the value is in error or there is no value
constraint. |
short |
XSAttributeDeclaration.getActualVCType()
The actual constraint value built-in datatype, e.g. |
short |
XSAttributeUse.getActualVCType()
The actual constraint value built-in datatype, e.g. |
short |
XSElementDeclaration.getActualVCType()
The actual constraint value built-in datatype, e.g. |
ShortList |
XSAttributeDeclaration.getItemValueTypes()
In the case the actual constraint value represents a list, i.e. |
ShortList |
XSAttributeUse.getItemValueTypes()
In the case the actual constraint value represents a list, i.e. |
ShortList |
XSElementDeclaration.getItemValueTypes()
In the case the actual constraint value represents a list, i.e. |
ShortList |
ItemPSVI.getItemValueTypes()
In the case the actual value represents a list, i.e. |
short |
ShortList.item(int index)
Returns the index th item in the collection. |
Uses of XSException in org.apache.xerces.xs.datatypes |
---|
Methods in org.apache.xerces.xs.datatypes that throw XSException | |
---|---|
byte |
ByteList.item(int index)
Returns the index th item in the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |