public class XPathUtils extends Object
| Constructor and Description |
|---|
XPathUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
appendStringLiteral(StringBuilder xpath,
String s)
Append string literal in XPath context.
|
public static void appendStringLiteral(StringBuilder xpath, String s)
xpath - StringBuilder for building XPath.s - string literal.Copyright © 2017. All rights reserved.