public class XPathFilter extends XPathOperation implements Filter<Pair<javax.xml.parsers.DocumentBuilder,Tuple>>
NAMESPACE_XHTML, namespaces, paths
fieldDeclaration, numArgs, trace
Constructor and Description |
---|
XPathFilter(boolean removeMatch,
java.lang.String[][] namespaces,
java.lang.String path)
Constructor XPathFilter creates a new XPathFilter instance.
|
XPathFilter(java.lang.String[][] namespaces,
java.lang.String path)
Constructor XPathFilter creates a new XPathFilter instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isRemove(FlowProcess flowProcess,
FilterCall<Pair<javax.xml.parsers.DocumentBuilder,Tuple>> filterCall)
Method isRemove returns true if input should be removed from the tuple stream.
|
equals, getExpressions, getTransformer, getXPath, hashCode, parseDocument, prepare, writeAsXML
cleanup, flush, getFieldDeclaration, getNumArgs, getTrace, isSafe, printOperationInternal, toString, toStringInternal
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
cleanup, flush, getFieldDeclaration, getNumArgs, isSafe, prepare
public XPathFilter(java.lang.String[][] namespaces, java.lang.String path)
namespaces
- of type String[][]path
- of type Stringpublic XPathFilter(boolean removeMatch, java.lang.String[][] namespaces, java.lang.String path)
removeMatch
- of type booleannamespaces
- of type String[][]path
- of type Stringpublic boolean isRemove(FlowProcess flowProcess, FilterCall<Pair<javax.xml.parsers.DocumentBuilder,Tuple>> filterCall)
Filter