-
ca.ecliptical.emf.xpath.EMFDOMXPath.selectSingleNode()
-
ca.ecliptical.emf.xpath.EMFXPath.selectSingleNode()
-
com.gargoylesoftware.htmlunit.html.HtmlElement.selectSingleNode()
-
com.gargoylesoftware.htmlunit.html.HtmlForm.selectSingleNode()
-
com.gargoylesoftware.htmlunit.html.HtmlPage.selectSingleNode()
-
com.volantis.mcs.eclipse.common.odom.xpath.ODOMXPath.selectSingleNode()
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes.
@param context the node to use as context for evaluating the XPathexpression.
@return the first selected nodes, which is an instance of one of thefollowing ODOM/JDOM classes: ODOM/Element, ODOM/Attribute, ODOM/Text, ODOM/CDATA, Comment or ProcessingInstruction or null if no node was selected.
@exception XPathException if a Jaxen exception is raised.
-
com.volantis.mcs.xml.xpath.XPath.selectSingleNode()
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes.
@param context the node to use as context for evaluating the XPathexpression. It must be an instance of one of the following ODOM/JDOM classes: ODOM/Element, ODOM/Attribute, ODOM/Text, ODOM/CDATA
@return the first selected nodes, which is an instance of one of thefollowing ODOM/JDOM classes: ODOM/Element, ODOM/Attribute, ODOM/Text, ODOM/CDATA, Comment or ProcessingInstruction or null if no node was selected.
@exception com.volantis.mcs.xml.xpath.XPathException if a Jaxen exception is raised.
-
oracle.xml.parser.v2.XMLNode.selectSingleNode()
-
org.apache.abdera.xpath.XPath.selectSingleNode()
Return the first node matching the specified Path
-
org.apache.axiom.om.xpath.AXIOMXPath.selectSingleNode()
-
org.apache.commons.jxpath.JXPathContext.selectSingleNode()
Finds the first object that matches the specified XPath. It is equivalent to getPointer(xpath).getNode()
. Note that this method produces the same result as getValue()
on object models like JavaBeans, but a different result for DOM/JDOM etc., because it returns the Node itself, rather than its textual contents.
@param xpath the xpath to be evaluated
@return the found object
-
org.apache.excalibur.xml.xpath.XPathProcessor.selectSingleNode()
Use an XPath string to select a single node.
@param contextNode The node to start searching from.
@param str A valid XPath string.
@return The first node found that matches the XPath, or null.
-
org.apache.synapse.util.xpath.SynapseXPath.selectSingleNode()
-
org.apache.xmlbeans.impl.xpath.jaxen.XBeansXPath.selectSingleNode()
-
org.apache.xpath.CachedXPathAPI.selectSingleNode()
Use an XPath string to select a single node. XPath namespace prefixes are resolved from the context node, which may not be what you want (see the next method).
@param contextNode The node to start searching from.
@param str A valid XPath string.
@return The first node found that matches the XPath, or null.
@throws TransformerException
-
org.dom4j.Document.selectSingleNode()
-
org.dom4j.Element.selectSingleNode()
-
org.dom4j.Node.selectSingleNode()
selectSingleNode
evaluates an XPath expression and returns the result as a single Node
instance.
@param xpathExpression is the XPath expression to be evaluated
@return the
Node
matching the XPath expression
-
org.dom4j.XPath.selectSingleNode()
selectSingleNode
evaluates this XPath expression on the given {@link Node}or {@link List}of {@link Node}s and returns the result as a single Node
instance.
@param context is either a node or a list of nodes on which to evalute theXPath
@return a single matching
Node
instance
-
org.dom4j.xpath.DefaultXPath.selectSingleNode()
-
org.jaxen.BaseXPath.selectSingleNode()
Select only the first node that is selectable by this XPath expression. If multiple nodes match, only one node will be returned. NOTE: In most cases, the selected node will be the first selectable node in document-order, as defined by the XML Canonicalization specification. The exception occurs when using XPath expressions involving the union
operator (denoted with the pipe '|' character).
@param node The node, nodeset or Context object for evaluation. This value can be null.
@return The node-set
of all items selectedby this XPath expression.
@see #selectNodes
-
org.jaxen.XPath.selectSingleNode()
Select only the first node that is selectable by this XPath expression. If multiple nodes match, only one node will be returned. NOTE: In most cases, the selected node will be the first selectable node in document-order, as defined by the XML Canonicalization specification. The exception occurs when using XPath expressions involving the union
operator (denoted with the pipe '|' character).
@param The node, nodeset or Context object for evaluation. This value can be null
@return The node-set
of all items selectedby this XPath expression.
@see #selectNodes
-
org.jaxen.dom.DOMXPath.selectSingleNode()
-
org.jaxen.dom.XPath.selectSingleNode()
-
org.jaxen.dom4j.Dom4jXPath.selectSingleNode()
-
org.jaxen.jdom.JDOMXPath.selectSingleNode()
-
org.jaxen.xom.XOMXPath.selectSingleNode()
-
org.jdom.xpath.XPath.selectSingleNode()
Evaluates the wrapped XPath expression and returns the first entry in the list of selected nodes (or atomics).
@param context the node to use as context for evaluatingthe XPath expression.
@return the first selected item, which may be of types: {@link Element}, {@link Attribute}, {@link Text}, {@link CDATA}, {@link Comment}, {@link ProcessingInstruction}, Boolean, Double, String, or null
if no item was selected.
@throws JDOMException if the evaluation of the XPathexpression on the specified context failed.
-
org.jdom2.xpath.XPath.selectSingleNode()
-
org.openntf.domino.utils.xml.XMLDocument.selectSingleNode()
-
org.openntf.domino.utils.xml.XMLNode.selectSingleNode()
-
org.xmlpull.v1.builder.xpath.Xb1XPath.selectSingleNode()
-
sos.xml.SOSXMLXPath.selectSingleNode()