cascading.operation.xml
Class XPathGenerator
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.xml.XPathOperation
cascading.operation.xml.XPathGenerator
- All Implemented Interfaces:
- Function, Operation, Serializable
public class XPathGenerator
- extends XPathOperation
- implements Function
XPathGenerator is a Generator function that will emit a new Tuple for every Node returned by
the given XPath expression.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
|
Constructor Summary |
XPathGenerator(Fields fieldDeclaration,
String[][] namespaces,
String... paths)
Constructor XPathGenerator creates a new XPathGenerator instance. |
XPathGenerator
public XPathGenerator(Fields fieldDeclaration,
String[][] namespaces,
String... paths)
- Constructor XPathGenerator creates a new XPathGenerator instance.
- Parameters:
fieldDeclaration - of type Fieldsnamespaces - of type String[][]paths - of type String...
operate
public void operate(FlowProcess flowProcess,
FunctionCall functionCall)
- Description copied from interface:
Function
- Method operate provides the implementation of this Function.
- Specified by:
operate in interface Function
- Parameters:
flowProcess - of type FlowProcessfunctionCall - of type FunctionCall- See Also:
Function.operate(cascading.flow.FlowProcess,cascading.operation.FunctionCall)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.