|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.ValidatedInfo
public class ValidatedInfo
Class to get the information back after content is validated. This info would be filled by validate().
Field Summary | |
---|---|
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. |
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 Summary | |
---|---|
ValidatedInfo()
|
Method Summary | |
---|---|
static boolean |
isComparable(ValidatedInfo info1,
ValidatedInfo info2)
Returns true if the two ValidatedInfo objects can be compared in the same value space. |
void |
reset()
reset the state of this object |
java.lang.String |
stringValue()
Return a string representation of the value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String normalizedValue
public java.lang.Object actualValue
public short actualValueType
public XSSimpleType memberType
public XSSimpleType[] memberTypes
public ShortList itemValueTypes
Constructor Detail |
---|
public ValidatedInfo()
Method Detail |
---|
public void reset()
public java.lang.String stringValue()
public static boolean isComparable(ValidatedInfo info1, ValidatedInfo info2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |