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()
Deprecated.
Use getSchemaValue().getActualValue() instead
|
short |
ItemPSVI.getActualNormalizedValueType()
Deprecated.
Use getSchemaValue().getActualValueType() instead
|
Object |
XSElementDeclaration.getActualVC()
Deprecated.
Use getValueConstraintValue().getActualValue() instead
|
Object |
XSAttributeUse.getActualVC()
Deprecated.
Use getValueConstraintValue().getActualValue() instead
|
Object |
XSAttributeDeclaration.getActualVC()
Deprecated.
Use getValueConstraintValue().getActualValue() instead
|
short |
XSElementDeclaration.getActualVCType()
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
|
short |
XSAttributeUse.getActualVCType()
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
|
short |
XSAttributeDeclaration.getActualVCType()
Deprecated.
Use getValueConstraintValue().getActualValueType() instead
|
ShortList |
XSElementDeclaration.getItemValueTypes()
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
|
ShortList |
XSAttributeUse.getItemValueTypes()
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
|
ShortList |
XSAttributeDeclaration.getItemValueTypes()
Deprecated.
Use getValueConstraintValue().getListValueTypes() instead
|
ShortList |
ItemPSVI.getItemValueTypes()
Deprecated.
Use getSchemaValue().getListValueTypes() instead
|
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 © 2017 JBoss by Red Hat. All rights reserved.