public class CharSequenceReplace extends Pipe implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
SKIP_HEADER |
static Pattern |
SKIP_SGML |
| Constructor and Description |
|---|
CharSequenceReplace(Pattern regex,
String replacement) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
pipe(Instance carrier)
Process an Instance.
|
getDataAlphabet, getInstanceId, getParent, getParentRoot, getTargetAlphabet, isDataAlphabetSet, isTargetProcessing, pipe, readResolve, resolveDataAlphabet, resolveTargetAlphabet, setDataAlphabet, setParent, setTargetAlphabet, setTargetProcessingpublic static final Pattern SKIP_SGML
public static final Pattern SKIP_HEADER
public Instance pipe(Instance carrier)
PipeOne can create a new concrete subclass of Pipe simply by implementing this method.
Copyright © 2019 JULIE Lab, Germany. All rights reserved.