Home | History | Annotate | Download | only in xpath

Lines Matching refs:nodelist

31 import org.w3c.dom.NodeList;
96 * Use an XPath string to select a nodelist.
112 * Use an XPath string to select a nodelist.
135 * Use an XPath string to select a nodelist.
144 public static NodeList selectNodeList(Node contextNode, String str)
151 * Use an XPath string to select a nodelist.
161 public static NodeList selectNodeList(
169 // Return a NodeList.
170 return list.nodelist();
178 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.
204 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.
256 * @return An XObject, which can be used to obtain a string, number, nodelist, etc, should never be null.