Class AbstractParameterReadHandler

  • All Implemented Interfaces:
    org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
    Direct Known Subclasses:
    ListParameterReadHandler, PlainParameterReadHandler

    public abstract class AbstractParameterReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
    • Constructor Detail

      • AbstractParameterReadHandler

        protected AbstractParameterReadHandler()
    • 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.
      • 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
      • isMandatory

        public boolean isMandatory()
      • getName

        public String getName()
      • getType

        public Class getType()
      • getDefaultValue

        public Object getDefaultValue()