org.sakaiproject.importer.impl
Class XPathHelper

java.lang.Object
  extended by org.sakaiproject.importer.impl.XPathHelper

public class XPathHelper
extends Object


Constructor Summary
XPathHelper()
           
 
Method Summary
static String getNodeValue(String expression, Node node)
           
static Node selectNode(String expression, Object doc)
           
static List selectNodes(String expression, Object doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathHelper

public XPathHelper()
Method Detail

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.