org.pentaho.chart.core.parser
Class ChartXmlResourceFactory

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
      extended by org.pentaho.chart.core.parser.ChartXmlResourceFactory
All Implemented Interfaces:
org.pentaho.reporting.libraries.resourceloader.ResourceFactory

public class ChartXmlResourceFactory
extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory

Returns resource information used in the parsing of the chart XML document.

Author:
David Kincade

Field Summary
 
Fields inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
CONTENTBASE_KEY
 
Fields inherited from interface org.pentaho.reporting.libraries.resourceloader.ResourceFactory
CONFIG_PREFIX
 
Constructor Summary
ChartXmlResourceFactory()
          Default constructor
 
Method Summary
 Class getFactoryType()
          Returns the class whose fully qualified name will be used as a key in the configuration file to pull out the class name of the factory module
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlResourceFactory
create, initializeDefaults, parseDirectly, registerModule
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartXmlResourceFactory

public ChartXmlResourceFactory()
Default constructor

Method Detail

getFactoryType

public Class getFactoryType()
Returns the class whose fully qualified name will be used as a key in the configuration file to pull out the class name of the factory module