Class that defines interface that individual (possibly) stateful validator instances have to implement, and that both {@link javax.xml.stream.XMLStreamReader} and{@link javax.xml.stream.XMLStreamWriter} instances can call to validatexml documents.
Validator instances are created from and by non-stateful {@link XMLValidationSchema} instances. A new validator instance has tobe created for each document read or written, ie. can not be shared or reused, unlike schema instances which can be.
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.