com.servingxml.components.recordmapping
Class SimpleGroupingRecordMapContainer
java.lang.Object
com.servingxml.components.recordmapping.SimpleGroupingRecordMapContainer
- All Implemented Interfaces:
- MapXml
public class SimpleGroupingRecordMapContainer
- extends java.lang.Object
- implements MapXml
Method Summary |
void |
addToAttributes(ServiceContext context,
Flow flow,
Record variables1,
org.xml.sax.helpers.AttributesImpl attributes)
|
void |
groupStarted(ServiceContext context,
Flow flow,
Record previousRecord,
Record nextRecord,
ExtendedContentHandler handler,
Record variables1)
|
void |
groupStopped(ServiceContext context,
Flow flow,
ExtendedContentHandler handler)
|
boolean |
isGrouping()
|
void |
writeRecord(ServiceContext context,
Flow flow,
Record previousRecord,
Record nextRecord,
ExtendedContentHandler handler,
GroupState groupListener)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleGroupingRecordMapContainer
public SimpleGroupingRecordMapContainer(MapXml[] children1,
MapXml[] children2,
MapXml[] children3,
XsltEvaluator xsltEvaluator)
SimpleGroupingRecordMapContainer
public SimpleGroupingRecordMapContainer(MapXml root,
XsltEvaluator xsltEvaluator)
writeRecord
public void writeRecord(ServiceContext context,
Flow flow,
Record previousRecord,
Record nextRecord,
ExtendedContentHandler handler,
GroupState groupListener)
- Specified by:
writeRecord
in interface MapXml
groupStarted
public void groupStarted(ServiceContext context,
Flow flow,
Record previousRecord,
Record nextRecord,
ExtendedContentHandler handler,
Record variables1)
- Specified by:
groupStarted
in interface MapXml
groupStopped
public void groupStopped(ServiceContext context,
Flow flow,
ExtendedContentHandler handler)
- Specified by:
groupStopped
in interface MapXml
addToAttributes
public void addToAttributes(ServiceContext context,
Flow flow,
Record variables1,
org.xml.sax.helpers.AttributesImpl attributes)
- Specified by:
addToAttributes
in interface MapXml
isGrouping
public boolean isGrouping()
- Specified by:
isGrouping
in interface MapXml