Schema, Parsers, validators - Java
An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntax constraints imposed by XML itself. An XML schema provides a view of the document type at a relatively high level of abstraction.
From : en.wikipedia.org/wiki/XML_schema
Crimson
Crimson is a Java XML parser which supports XML 1.0 via the following APIs:
Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform package. JAXP is a pluggable API that allows applications to access XML documents in a parser-independent manner. It endorses the industry standard SAX and DOM APIs and also adds a few classes under the javax.xml.parsers package to implement pluggability and utility methods. Note: the javax.xml.transform package hierarchy of JAXP is not implemented by Crimson. One implementation of javax.xml.transform can be found at Xalan Java 2.
SAX 2.0
SAX2 Extensions version 1.0
DOM Level 2 Core Recommendation
visit
Crimson
Crimson was visited : 111 times
Loading .....