Class FilterReadHandler

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

    public class FilterReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
    Class to read search filter parameters
    Author:
    Pieter van der Merwe
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.debortoliwines.openerp.reporting.di.OpenERPFilterInfo getFilter()  
      Object getObject()
      Returns the object for this element or null, if this element does not create an object.
      protected void startParsing​(Attributes attrs)
      Starts parsing.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

        characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
    • Constructor Detail

      • FilterReadHandler

        public FilterReadHandler()
    • Method Detail

      • startParsing

        protected 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.
      • 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 there is a parsing error.
      • getFilter

        public com.debortoliwines.openerp.reporting.di.OpenERPFilterInfo getFilter()