Class PageParser


  • class PageParser
    extends java.lang.Object
    Support class for working with the SAX Parser.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.xml.parsers.SAXParserFactory parserFactory  
    • Constructor Summary

      Constructors 
      Constructor Description
      PageParser​(boolean namespaceAware)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void parse​(javax.servlet.jsp.tagext.PageData pageData, org.xml.sax.helpers.DefaultHandler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • parserFactory

        private final javax.xml.parsers.SAXParserFactory parserFactory
    • Constructor Detail

      • PageParser

        PageParser​(boolean namespaceAware)
    • Method Detail

      • parse

        void parse​(javax.servlet.jsp.tagext.PageData pageData,
                   org.xml.sax.helpers.DefaultHandler handler)
            throws javax.xml.parsers.ParserConfigurationException,
                   org.xml.sax.SAXException,
                   java.io.IOException
        Throws:
        javax.xml.parsers.ParserConfigurationException
        org.xml.sax.SAXException
        java.io.IOException