|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dv.dtd.ENTITYDatatypeValidator
ENTITYDatatypeValidator implements the DatattypeValidator interface. This validator embodies the ENTITY attribute type from XML1.0 recommendation. The Value space of ENTITY is the set of all strings that match the NCName production and have been declared as an unparsed entity in a document type definition. The Lexical space of Entity is the set of all strings that match the NCName production. The value space of ENTITY is scoped to a specific instance document.
Constructor Summary | |
ENTITYDatatypeValidator()
|
Method Summary | |
void |
validate(java.lang.String content,
ValidationContext context)
Checks that "content" string is valid ID value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ENTITYDatatypeValidator()
Method Detail |
public void validate(java.lang.String content, ValidationContext context) throws InvalidDatatypeValueException
validate
in interface DatatypeValidator
content
- the string value that needs to be validatedcontext
- the validation contextInvalidDatatypeException
- if the content is
invalid according to the rules for the validatorsInvalidDatatypeValueException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |