org.pentaho.reporting.engine.classic.core.modules.parser.data.external
Class ExternalResourceXmlFactoryModule

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.parser.data.external.ExternalResourceXmlFactoryModule
All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule

public class ExternalResourceXmlFactoryModule
extends Object
implements org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule

Todo: Document me!

Date: 07.05.2009 Time: 11:56:51

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
ExternalResourceXmlFactoryModule()
           
 
Method Summary
 org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler createReadHandler(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
           
 String getDefaultNamespace(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
           
 int getDocumentSupport(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalResourceXmlFactoryModule

public ExternalResourceXmlFactoryModule()
Method Detail

getDocumentSupport

public int getDocumentSupport(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
Specified by:
getDocumentSupport in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule

getDefaultNamespace

public String getDefaultNamespace(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
Specified by:
getDefaultNamespace in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule

createReadHandler

public org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler createReadHandler(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
Specified by:
createReadHandler in interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule