public class ValidatedInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
actualValue
The actual value from a string value (QName, Boolean, etc.)
An array of Objects if the type is a list.
|
short |
actualValueType
The type of the actual value.
|
org.apache.xerces.xs.ShortList |
itemValueTypes
In the case the value is a list or a list of unions, this value
indicates the type(s) of the items in the list.
|
XSSimpleType |
memberType
If the type is a union type, then the member type which
actually validated the string value.
|
XSSimpleType[] |
memberTypes
If
1.
|
java.lang.String |
normalizedValue
The normalized value of a string value
|
Constructor and Description |
---|
ValidatedInfo() |
Modifier and Type | Method and Description |
---|---|
void |
reset()
reset the state of this object
|
java.lang.String |
stringValue()
Return a string representation of the value.
|
public java.lang.String normalizedValue
public java.lang.Object actualValue
public short actualValueType
public XSSimpleType memberType
public XSSimpleType[] memberTypes
public org.apache.xerces.xs.ShortList itemValueTypes
Copyright ? 1999-2005 Apache XML Project. All Rights Reserved.