org.jfree.report.modules.factories.report.flow
Class FlowXmlFactoryModule
java.lang.Object
org.jfree.report.modules.factories.report.flow.FlowXmlFactoryModule
- All Implemented Interfaces:
- org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
public class FlowXmlFactoryModule
- extends java.lang.Object
- implements org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
Creation-Date: 08.04.2006, 14:37:43
- Author:
- Thomas Morgner
Fields inherited from interface org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule |
NOT_RECOGNIZED, RECOGNIZED_BY_DTD, RECOGNIZED_BY_NAMESPACE, RECOGNIZED_BY_TAGNAME |
Method Summary |
org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler |
createReadHandler(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
|
java.lang.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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowXmlFactoryModule
public FlowXmlFactoryModule()
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 java.lang.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