@StableMinor(version="12.3", sinceVersion="8.1") public class Xml extends Object
Constructor and Description |
---|
Xml() |
Modifier and Type | Method and Description |
---|---|
static List<Node> |
selectNodes(String xpath,
Node context)
Returns the matched
nodes from the given XPath and context. |
static Node |
selectSingleNode(String xpath,
Node context)
Returns the matched
node from the given XPath and context. |
static String |
valueOf(String xpath,
Node context)
Returns the evaluated value of the given XPath from the given context.
|
public static String valueOf(String xpath, Node context)
xpath
- the XPath.context
- the context.public static List<Node> selectNodes(String xpath, Node context)
nodes
from the given XPath and context.xpath
- the XPath.context
- the context.nodes
from the given XPath and context.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.