|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.dtd.NMTOKENDatatypeValidator org.apache.xerces.impl.dv.dtd.XML11NMTOKENDatatypeValidator
public class XML11NMTOKENDatatypeValidator
NMTOKEN datatype validator for NMTokens from XML 1.1.
Constructor Summary | |
---|---|
XML11NMTOKENDatatypeValidator()
|
Method Summary | |
---|---|
void |
validate(java.lang.String content,
ValidationContext context)
Checks that "content" string is valid NMTOKEN value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XML11NMTOKENDatatypeValidator()
Method Detail |
---|
public void validate(java.lang.String content, ValidationContext context) throws InvalidDatatypeValueException
validate
in interface DatatypeValidator
validate
in class NMTOKENDatatypeValidator
content
- the string value that needs to be validatedcontext
- the validation context
InvalidDatatypeException
- if the content is
invalid according to the rules for the validators
InvalidDatatypeValueException
InvalidDatatypeValueException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |