Package org.sakaiproject.importer.impl
Class XPathHelper
- java.lang.Object
-
- org.sakaiproject.importer.impl.XPathHelper
-
public class XPathHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description XPathHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetNodeValue(String expression, Node node)static NodeselectNode(String expression, Object doc)static ListselectNodes(String expression, Object doc)
-