org.outerj.xreporter.report.definition
Class XMLSerializingGroupVisitor
java.lang.Object
org.outerj.xreporter.report.definition.XMLSerializingGroupVisitor
- All Implemented Interfaces:
- GroupVisitor
- public class XMLSerializingGroupVisitor
- extends java.lang.Object
- implements GroupVisitor
A Group visitor that serializes the groups (and the summaries and rows contained in them)
to XML.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contentHandler
protected org.xml.sax.ContentHandler contentHandler
table
protected Table table
columns
protected Column[] columns
resourceHandle
protected ResourceHandle resourceHandle
groupDefinitions
protected GroupDefinition[] groupDefinitions
databaseOutputDefinition
protected DatabaseOutputDefinition databaseOutputDefinition
executionContext
protected ExecutionContext executionContext
linkDefinitions
protected LinkDefinition[] linkDefinitions
reportResources
protected Resources reportResources
groupNestingLevel
protected int groupNestingLevel
GROUP_EL
protected static final java.lang.String GROUP_EL
- See Also:
- Constant Field Values
ROW_EL
protected static final java.lang.String ROW_EL
- See Also:
- Constant Field Values
FIELD_EL
protected static final java.lang.String FIELD_EL
- See Also:
- Constant Field Values
GROUP_VALUE_EL
protected static final java.lang.String GROUP_VALUE_EL
- See Also:
- Constant Field Values
SUMMARY_EL
protected static final java.lang.String SUMMARY_EL
- See Also:
- Constant Field Values
SUMMARY_FIELD_EL
protected static final java.lang.String SUMMARY_FIELD_EL
- See Also:
- Constant Field Values
XMLSerializingGroupVisitor
public XMLSerializingGroupVisitor(org.xml.sax.ContentHandler contentHandler,
Table table,
DatabaseOutputDefinition databaseOutputDefinition,
ExecutionContext executionContext,
ResourceHandle resourceHandle)
startVisitGroup
public void startVisitGroup(Group group)
throws java.lang.Exception
- Specified by:
startVisitGroup
in interface GroupVisitor
- Throws:
java.lang.Exception
endVisitGroup
public void endVisitGroup(Group group)
throws java.lang.Exception
- Specified by:
endVisitGroup
in interface GroupVisitor
- Throws:
java.lang.Exception