|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
StatefullDatatypeValidator validates that XML content is a W3C string type.
This interface is implemented by classes that need to use statefull datatypes
Most datatype are stateless in the sense that after instantiation all the information required for validation is passed to the datatype in the validate method as content
A statefull datatype needs initialization, and other stages of validation as well as information about the instance document
ListDatatypeValidator
,
IDDatatypeValidator
,
IDREFDatatypeValidator
,
ENTITYDatatypeValidator
,
DatatypeValidator
Method Summary | |
java.lang.Object |
getInternalStateInformation()
|
void |
initialize(java.lang.Object documentInstanceInformation)
|
void |
validate()
|
Method Detail |
public void validate() throws InvalidDatatypeValueException
public void initialize(java.lang.Object documentInstanceInformation)
public java.lang.Object getInternalStateInformation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |