net.sf.jasperreports.engine.xml
Class PrintSaxParserFactory

java.lang.Object
  extended by net.sf.jasperreports.engine.xml.BaseSaxParserFactory
      extended by net.sf.jasperreports.engine.xml.PrintSaxParserFactory
All Implemented Interfaces:
JRSaxParserFactory

public class PrintSaxParserFactory
extends BaseSaxParserFactory

The default XML export SAX parser factory.

This factory creates a parser via the default SAX parser factory (javax.xml.parsers.SAXParserFactory.newInstance()).

XML exports are always validated using W3C XML schemas. Reports that refer the JasperReports DTD (which has been deprecated) are validated using an internal XML schema equivalent to the DTD.

To improve performance, XML schemas can be cached when using a Xerces SAX parser. See BaseSaxParserFactory.PROPERTY_CACHE_SCHEMAS.

Version:
$Id: PrintSaxParserFactory.java 5088 2012-03-15 11:55:32Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Field Summary
static java.lang.String EXPORT_XML_VALIDATION
          Validation flag used by the XML exporter.
 
Fields inherited from class net.sf.jasperreports.engine.xml.BaseSaxParserFactory
PACKAGE_PREFIX_SUN_XERCES, PACKAGE_PREFIX_XERCES, POOL_CLASS_SUN_XERCES, POOL_CLASS_XERCES, PROPERTY_CACHE_SCHEMAS, XERCES_PARSER_PROPERTY_GRAMMAR_POOL
 
Fields inherited from interface net.sf.jasperreports.engine.xml.JRSaxParserFactory
PROPERTY_PRINT_PARSER_FACTORY, PROPERTY_REPORT_PARSER_FACTORY
 
Constructor Summary
PrintSaxParserFactory()
           
 
Method Summary
protected  java.util.List<java.lang.String> getSchemaLocations()
           
protected  boolean isValidating()
           
 
Methods inherited from class net.sf.jasperreports.engine.xml.BaseSaxParserFactory
configureParser, createParser, createSAXParserFactory, enableSchemaCaching, getGrammarPoolCacheKey, getResourceURI, setGrammarPoolProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXPORT_XML_VALIDATION

public static final java.lang.String EXPORT_XML_VALIDATION
Validation flag used by the XML exporter.

Defaults to true.

See Also:
Constant Field Values
Constructor Detail

PrintSaxParserFactory

public PrintSaxParserFactory()
Method Detail

isValidating

protected boolean isValidating()
Specified by:
isValidating in class BaseSaxParserFactory

getSchemaLocations

protected java.util.List<java.lang.String> getSchemaLocations()
Specified by:
getSchemaLocations in class BaseSaxParserFactory


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com