use of org.relaxng.datatype.Datatype in project validator by validator.
the class IriTester method main.
/**
* @param args
* @throws DatatypeException
*/
public static void main(String[] args) throws DatatypeException {
Datatype dt = (new Html5DatatypeLibrary()).createDatatype("iri");
dt.checkValid("DaTa:,\u00e4", null);
}
Aggregations