Class MasterParameterDefinitionReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

    public class MasterParameterDefinitionReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
    Fill me.
    Author:
    Thomas Morgner
    • Constructor Detail

      • MasterParameterDefinitionReadHandler

        public MasterParameterDefinitionReadHandler()
    • Method Detail

      • startParsing

        protected void startParsing​(Attributes attrs)
                             throws SAXException
        Overrides:
        startParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException
      • getHandlerForChild

        protected org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler getHandlerForChild​(String uri,
                                                                                                 String tagName,
                                                                                                 Attributes atts)
                                                                                          throws SAXException
        Overrides:
        getHandlerForChild in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException
      • doneParsing

        protected void doneParsing()
                            throws SAXException
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Throws:
        SAXException
      • getObject

        public Object getObject()
                         throws SAXException
        Returns the object for this element or null, if this element does not create an object.
        Returns:
        the object.
        Throws:
        SAXException - if an parser error occured.