|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.xerces.impl.dv.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. |
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 | |
void |
reset()
reset the state of this object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String normalizedValue
public java.lang.Object actualValue
public XSSimpleType memberType
public XSSimpleType[] memberTypes
| Constructor Detail |
public ValidatedInfo()
| Method Detail |
public void reset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||