Class ExtendedXmlFactoryModule
- java.lang.Object
-
- org.jfree.report.modules.factories.report.compatibility.extended.ExtendedXmlFactoryModule
-
- All Implemented Interfaces:
org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
public class ExtendedXmlFactoryModule extends java.lang.Object implements org.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
Creation-Date: 08.04.2006, 14:38:47- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description ExtendedXmlFactoryModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
getDocumentSupport
public int getDocumentSupport(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
- Specified by:
getDocumentSupport
in interfaceorg.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 interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
-
getDefaultNamespace
public java.lang.String getDefaultNamespace(org.pentaho.reporting.libraries.xmlns.parser.XmlDocumentInfo documentInfo)
- Specified by:
getDefaultNamespace
in interfaceorg.pentaho.reporting.libraries.xmlns.parser.XmlFactoryModule
-
-