|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.xml.JRXmlTemplateDigesterFactory
public class JRXmlTemplateDigesterFactory
Factory for template XML digesters.
JRTemplate| Field Summary | |
|---|---|
protected static String |
PATTERN_BOX
|
protected static String |
PATTERN_BOX_BOTTOM_PEN
|
protected static String |
PATTERN_BOX_LEFT_PEN
|
protected static String |
PATTERN_BOX_PEN
|
protected static String |
PATTERN_BOX_RIGHT_PEN
|
protected static String |
PATTERN_BOX_TOP_PEN
|
protected static String |
PATTERN_INCLUDED_TEMPLATE
|
protected static String |
PATTERN_PARAGRAPH
|
protected static String |
PATTERN_ROOT
|
protected static String |
PATTERN_STYLE
|
protected static String |
PATTERN_STYLE_PEN
|
protected static String |
PATTERN_TAB_STOP
|
| Constructor Summary | |
|---|---|
protected |
JRXmlTemplateDigesterFactory()
|
| Method Summary | |
|---|---|
protected void |
configureDigester(org.apache.commons.digester.Digester digester)
Deprecated. Replaced by configureDigester(JasperReportsContext, Digester). |
protected void |
configureDigester(JasperReportsContext jasperReportsContext,
org.apache.commons.digester.Digester digester)
|
JRXmlDigester |
createDigester()
Deprecated. Replaced by createDigester(JasperReportsContext). |
JRXmlDigester |
createDigester(JasperReportsContext jasperReportsContext)
Creates and configures a digester for template XML. |
void |
error(SAXParseException exception)
|
void |
fatalError(SAXParseException exception)
|
static JRXmlTemplateDigesterFactory |
instance()
Returns the singleton instance. |
protected org.apache.commons.digester.RuleSet |
readRuleSet()
|
void |
warning(SAXParseException exception)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String PATTERN_ROOT
protected static final String PATTERN_INCLUDED_TEMPLATE
protected static final String PATTERN_STYLE
protected static final String PATTERN_STYLE_PEN
protected static final String PATTERN_BOX
protected static final String PATTERN_BOX_PEN
protected static final String PATTERN_BOX_TOP_PEN
protected static final String PATTERN_BOX_LEFT_PEN
protected static final String PATTERN_BOX_BOTTOM_PEN
protected static final String PATTERN_BOX_RIGHT_PEN
protected static final String PATTERN_PARAGRAPH
protected static final String PATTERN_TAB_STOP
| Constructor Detail |
|---|
protected JRXmlTemplateDigesterFactory()
| Method Detail |
|---|
public static JRXmlTemplateDigesterFactory instance()
protected org.apache.commons.digester.RuleSet readRuleSet()
public JRXmlDigester createDigester(JasperReportsContext jasperReportsContext)
public JRXmlDigester createDigester()
createDigester(JasperReportsContext).
protected void configureDigester(org.apache.commons.digester.Digester digester)
throws SAXException,
ParserConfigurationException
configureDigester(JasperReportsContext, Digester).
SAXException
ParserConfigurationException
protected void configureDigester(JasperReportsContext jasperReportsContext,
org.apache.commons.digester.Digester digester)
throws SAXException,
ParserConfigurationException
SAXException
ParserConfigurationException
public void error(SAXParseException exception)
throws SAXException
error in interface ErrorHandlerSAXException
public void fatalError(SAXParseException exception)
throws SAXException
fatalError in interface ErrorHandlerSAXException
public void warning(SAXParseException exception)
throws SAXException
warning in interface ErrorHandlerSAXException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||