Class ReportDefinitionReadHandler

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

    public class ReportDefinitionReadHandler
    extends AbstractPropertyXmlReadHandler
    • Constructor Detail

      • ReportDefinitionReadHandler

        public ReportDefinitionReadHandler()
    • Method Detail

      • init

        public void init​(org.pentaho.reporting.libraries.xmlns.parser.RootXmlReadHandler rootHandler,
                         String uri,
                         String tagName)
                  throws SAXException
        Initialises the handler.
        Specified by:
        init in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Overrides:
        init in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
        Parameters:
        rootHandler - the root handler.
        tagName - the tag name.
        Throws:
        SAXException
      • getObject

        public Object getObject()
        Returns the object for this element or null, if this element does not create an object.
        Returns:
        the object.