Class DocumentParser


  • public class DocumentParser
    extends Object
    • Constructor Detail

      • DocumentParser

        public DocumentParser()
    • Method Detail

      • parse

        public static void parse​(String document,
                                 MarkupHandler handler)
        Parse the given document and use the handler to process the markup events
        Parameters:
        document - - the parsed document
        handler - - a markup handler