API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.relaxng.datatype. DatatypeStreamingValidator View Source
Author(s)
James Clark
Kohsuke KAWAGUCHI
Since
Version
Serial
Hierarchy
 DatatypeStreamingValidator
Subinterfaces
Description
public interface DatatypeStreamingValidator
  Datatype streaming validator.
See also:   
Methods
Hide/Show inherited methods
public void addCharacters (char[] buf, int start, int len)
  Passes an additional fragment of the literal.
public void checkValid () throws DatatypeException
  Similar to the isValid method, but this method throws Exception (with possibly diagnostic information), instead of returning false.
public boolean isValid ()
  Tells if the accumulated literal is valid with respect to the underlying Datatype.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar