Class PropertyArrayReadHandler

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

    public class PropertyArrayReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doneParsing()
      Done parsing.
      Object getObject()
      Returns the object for this element or null, if this element does not create an object.
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler

        getHandlerForChild, getPropertyHandlers, getPropertyTagName, getResult
      • Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler

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

      • PropertyArrayReadHandler

        public PropertyArrayReadHandler​(Class componentType)
    • Method Detail

      • doneParsing

        protected void doneParsing()
                            throws SAXException
        Done parsing.
        Overrides:
        doneParsing in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
        Throws:
        SAXException - if there is a parsing error.
      • getObject

        public Object getObject()
        Returns the object for this element or null, if this element does not create an object.
        Specified by:
        getObject in interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
        Overrides:
        getObject in class org.pentaho.reporting.libraries.xmlns.parser.PropertiesReadHandler
        Returns:
        the object.
        Throws:
        SAXException - if an parser error occured.