com.thaiopensource.validate.picl.ValueHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jing Show documentation
Show all versions of jing Show documentation
Jing - tool for validating RelaxNG - (OSGi-compatible version)
package com.thaiopensource.validate.picl;
interface ValueHandler {
void characters(ErrorContext ec, char[] buf, int start, int len);
void tag(ErrorContext ec);
void valueComplete(ErrorContext ec);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy