Class DirectStaticDataSourceReadHandler

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

    public class DirectStaticDataSourceReadHandler
    extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
    implements DataFactoryReadHandler
    Creation-Date: 07.04.2006, 17:47:53
    Author:
    Thomas Morgner
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DataFactory getDataFactory()  
      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.AbstractXmlReadHandler

        characters, deriveParseParameters, doneParsing, endElement, getHandlerForChild, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement, startParsing
      • Methods inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler

        characters, endElement, init, startElement
    • Constructor Detail

      • DirectStaticDataSourceReadHandler

        public DirectStaticDataSourceReadHandler()
    • Method Detail

      • getObject

        public Object getObject()
                         throws SAXException
        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
        Returns:
        the object.
        Throws:
        SAXException - if there is a parsing error.