All Known Implementing Classes:
StreamingValidatorImpl
The streaming validator is an optional feature that is useful for certain Datatypes. It allows the caller to incrementally provide the literal.
- href="mailto:jjc@jclark.com">James Clark
- href="mailto:kohsuke.kawaguchi@sun.com">Kohsuke KAWAGUCHI
Method from org.relaxng.datatype.DatatypeStreamingValidator Summary: |
---|
addCharacters, checkValid, isValid |
Method from org.relaxng.datatype.DatatypeStreamingValidator Detail: |
---|
The application can call this method several times, then call the isValid method (or the checkValid method) to check the validity of the accumulated characters. |
|
|