cascading.operation.xml
Class XPathOperation
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.xml.XPathOperation
- All Implemented Interfaces:
- Operation, Serializable
- Direct Known Subclasses:
- XPathFilter, XPathGenerator, XPathParser
public class XPathOperation
- extends BaseOperation
Class XPathOperation is the base class for all XPath operations.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
NAMESPACE_XHTML
public static final String[][] NAMESPACE_XHTML
- Field NAMESPACE_XHTML
namespaces
protected final String[][] namespaces
- Field namespaces
paths
protected final String[] paths
- Field paths
XPathOperation
protected XPathOperation(int numArgs,
Fields fieldDeclaration,
String[][] namespaces,
String... paths)
XPathOperation
protected XPathOperation(int numArgs,
String[][] namespaces,
String... paths)
getXPath
public XPath getXPath()
- Method getXPath returns the XPath of this XPathOperation object.
- Returns:
- the XPath (type XPath) of this XPathOperation object.
getTransformer
public Transformer getTransformer()
throws TransformerConfigurationException
- Method getTransformer returns the transformer of this XPathOperation object.
- Returns:
- the transformer (type Transformer) of this XPathOperation object.
- Throws:
TransformerConfigurationException - when
writeAsXML
protected String writeAsXML(Node node)
getExpressions
protected List<XPathExpression> getExpressions()
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.