Package org.relaxng.datatype

Examples of org.relaxng.datatype.Datatype.checkValid()


     * @param args
     * @throws DatatypeException
     */
    public static void main(String[] args) throws DatatypeException {
        Datatype dt = (new Html5DatatypeLibrary()).createDatatype("iri");
        dt.checkValid("DaTa:,\u00e4", null);
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.