Language Processing
v2.0

wcs
Class DelimiterProcessor

Object
  extended by DelimiterProcessor
All Implemented Interfaces:
Job.Processor

public class DelimiterProcessor
extends Object
implements Job.Processor

process delimiter attributes in source elements at level 3.

Unless there is _error, no sink, sink='false', or empty source: if there is non-blank delimiter split into multiple source elements.

Error if delimiter is not a valid regular expression.


Constructor Summary
DelimiterProcessor()
           
 
Method Summary
 void process(Job job)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelimiterProcessor

public DelimiterProcessor()
Method Detail

process

public void process(Job job)
Specified by:
process in interface Job.Processor


(c) 2008 Axel T. Schreiner