Class SchematronParser


  • public class SchematronParser
    extends Object
    • Constructor Detail

      • SchematronParser

        public SchematronParser()
    • Method Detail

      • parse

        public static void parse​(org.jdom2.Document document,
                                 SchematronHandler handler)
        Parses an ISO Schematron document, provided as a JDOM2 Document. As parts of the Schematron are parsed, the handler is called back for processing.
        Parameters:
        document - the document to parse
        handler - the handler to callback during parsing