Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
byte |
ByteListImpl.item(int index)
Returns the
index th item in the collection. |
Modifier and Type | Method and Description |
---|---|
XSLoader |
XSImplementationImpl.createXSLoader(StringList versions) |
Modifier and Type | Method and Description |
---|---|
short |
ShortListImpl.item(int index) |
Modifier and Type | Method and Description |
---|---|
XSLoader |
XSImplementation.createXSLoader(StringList versions)
Creates a new XSLoader.
|
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.
|
Object |
XSElementDeclaration.getActualVC()
Value Constraint: Binding specific actual constraint value or
null if the value is in error or there is no value
constraint. |
Object |
XSAttributeUse.getActualVC()
Value Constraint: Binding specific actual constraint value or
null if the value is in error or there is no value
constraint. |
Object |
XSAttributeDeclaration.getActualVC()
Value Constraint: Binding specific actual constraint value or
null if the value is in error or there is no value
constraint. |
short |
XSElementDeclaration.getActualVCType()
The actual constraint value built-in datatype, e.g.
|
short |
XSAttributeUse.getActualVCType()
The actual constraint value built-in datatype, e.g.
|
short |
XSAttributeDeclaration.getActualVCType()
The actual constraint value built-in datatype, e.g.
|
ShortList |
XSElementDeclaration.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 |
XSAttributeDeclaration.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. |
Modifier and Type | Method and Description |
---|---|
byte |
ByteList.item(int index)
Returns the
index th item in the collection. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.