org.sakaiproject.importer.impl
Class XPathHelper
java.lang.Object
org.sakaiproject.importer.impl.XPathHelper
public class XPathHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathHelper
public XPathHelper()
selectNodes
public static List selectNodes(String expression,
Object doc)
selectNode
public static Node selectNode(String expression,
Object doc)
getNodeValue
public static String getNodeValue(String expression,
Node node)
Copyright © 2005-2012 Sakai Foundation. All Rights Reserved.