Class ListParameterReadHandler

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

    public class ListParameterReadHandler
    extends AbstractParameterReadHandler
    • Constructor Detail

      • ListParameterReadHandler

        public ListParameterReadHandler()
    • Method Detail

      • doneParsing

        protected void doneParsing()
        Sets result to a DefaultListParameter if associated with a query, StaticListParameter otherwise.
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
      • 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.