Class ParseState

    • Field Detail

      • handler

        protected final XMLParserHandler handler
        The SAX parser handler associated with this parse state.
    • Constructor Detail

      • ParseState

        public ParseState​(XMLParserHandler theHandler)
        Constructor.
        Parameters:
        theHandler - the associated SAX parser handler
    • Method Detail

      • getHandler

        public XMLParserHandler getHandler()
        Description copied from class: AbstractParseState
        Returns the parser handler. Required to be implemented by derived states. States will implement this differently depending on whether the state is a normal or inner class.
        Specified by:
        getHandler in class AbstractParseState
        Returns:
        the XML parser handler