Class AbstractPropertyXmlReadHandler

    • Constructor Detail

      • AbstractPropertyXmlReadHandler

        protected AbstractPropertyXmlReadHandler()
    • Method Detail

      • getHandlerForChild

        protected final org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri,
                                                                                                       String tagName,
                                                                                                       Attributes atts)
                                                                                                throws SAXException
        Returns the handler for a child element.
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        tagName - the tag name.
        atts - the attributes.
        Returns:
        the handler or null, if the tagname is invalid.
        Throws:
        SAXException - if there is a parsing error.
      • startParsing

        protected final void startParsing​(Attributes attrs)
                                   throws SAXException
        Starts parsing.
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        attrs - the attributes.
        Throws:
        SAXException - if there is a parsing error.