public class XPathTransformImpl extends TransformImpl implements XPathTransform
XPathTransform
.XPATH
Constructor and Description |
---|
XPathTransformImpl()
Create a new
XPathTransformImpl object. |
Modifier and Type | Method and Description |
---|---|
Map |
getNamespaceDeclarations()
Gets The namespace prefix to URI mapping used during evaluation of the
XPath expression.
|
String |
getXPathExpression()
Gets the XPath expression used for selection.
|
void |
setNamespaceDelcarations(Map namespaceDeclarations)
Sets the namespace prefix to URI mapping to while evaluating the XPath
expression.
|
void |
setXPathExpression(String xPathExpression)
Sets the XPath expression to evaluate.
|
getAlgorithmURI, setAlgorithmURI
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlgorithmURI
public XPathTransformImpl()
XPathTransformImpl
object.public void setXPathExpression(String xPathExpression)
xPathExpression
- The XPath expression to evaluate.public String getXPathExpression()
XPathTransform
getXPathExpression
in interface XPathTransform
public void setNamespaceDelcarations(Map namespaceDeclarations)
namespaceDeclarations
- The namespace prefix to URI mapping to while
evaluating the XPath expression.public Map getNamespaceDeclarations()
XPathTransform
getNamespaceDeclarations
in interface XPathTransform
Copyright © 2016. All rights reserved.