org.pentaho.reporting.engine.classic.core.metadata.parser
Class ReportPreProcessorMetaDataXmlFactoryModule

java.lang.Object
  extended by org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule
      extended by org.pentaho.reporting.engine.classic.core.metadata.parser.ReportPreProcessorMetaDataXmlFactoryModule
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule

public class ReportPreProcessorMetaDataXmlFactoryModule
extends org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule

Todo: Document Me

Author:
Thomas Morgner

Field Summary
 
Fields inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
NOT_RECOGNIZED, RECOGNIZED_BY_DTD, RECOGNIZED_BY_NAMESPACE, RECOGNIZED_BY_TAGNAME
 
Constructor Summary
ReportPreProcessorMetaDataXmlFactoryModule()
           
 
Method Summary
 org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler createReadHandler(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
          Creates an XmlReadHandler for the root-tag based on the given document information.
 
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlFactoryModule
getDefaultNamespace, getDocumentSupport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportPreProcessorMetaDataXmlFactoryModule

public ReportPreProcessorMetaDataXmlFactoryModule()
Method Detail

createReadHandler

public org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler createReadHandler(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
Creates an XmlReadHandler for the root-tag based on the given document information.

Parameters:
documentInfo - the document information that has been extracted from the parser.
Returns:
the root handler or null.