public class XPathExecutor extends Object
| Constructor and Description |
|---|
XPathExecutor(String xml) |
public String execute(String xPath) throws Exception
xml - xPath - Exceptionpublic Node getNode(String xpath) throws TransformerException
xpath - A valid XPath referring to the Node that is to be returnedTransformerExceptionpublic Document getDoc()
public void setDoc(Document doc)
doc - the Document.Copyright © 2013 The Kuali Foundation. All Rights Reserved.