|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.TriggerSupport
com.ricebridge.xmlman.in.RecordTrigger
Executed when a data record element end tag is matched.
| Field Summary |
| Fields inherited from class com.ricebridge.xmlman.in.TriggerSupport |
iTargetPath |
| Constructor Summary | |
RecordTrigger()
Create a new RecordTrigger. |
|
| Method Summary | |
RecordTrigger |
copy()
Create a copy of this trigger. |
protected void |
executeImpl(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
Create data record when data record element end tag is reached. |
protected void |
executeImpl(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
Does nothing on element start tag event. |
void |
setBadRecordListener(BadRecordListener pBadRecordListener)
Set the BadRecordListener that will receive BadRecord events. |
void |
setExprNames(String[] pExprNames)
Set the code names of the data field expressions. |
void |
setIgnoreBadRecords(boolean pIgnoreBadRecords)
Continue processing if bad records are encountered. |
void |
setRecordListener(RecordListener pRecordListener)
Set the RecordListener that will receive data records from this RecordTrigger. |
void |
setStats(MutableStats pStats)
Set the current Stats object. |
| Methods inherited from class com.ricebridge.xmlman.in.TriggerSupport |
execute, execute, getTargetPath, setTargetPath |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RecordTrigger()
RecordTrigger.
| Method Detail |
public RecordTrigger copy()
public void setStats(MutableStats pStats)
Stats object.
public void setExprNames(String[] pExprNames)
public void setBadRecordListener(BadRecordListener pBadRecordListener)
BadRecordListener that will receive BadRecord events.
public void setIgnoreBadRecords(boolean pIgnoreBadRecords)
public void setRecordListener(RecordListener pRecordListener)
RecordListener that will receive data records from this RecordTrigger.
protected void executeImpl(TargetPath pTargetPath,
StartPoint pStartPoint,
DocContext pDocContext,
boolean pConditionMatch)
executeImpl in class TriggerSupport
protected void executeImpl(TargetPath pTargetPath,
EndPoint pEndPoint,
DocContext pDocContext,
boolean pConditionMatch)
executeImpl in class TriggerSupport
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||