Searched refs:quoteXPathLiteral (Results 1 – 1 of 1) sorted by relevance
83 return String.format("[@%s=%s]", attribute.getName(), quoteXPathLiteral(value)); in attr()89 quoteXPathLiteral(containedValue)); in containsAttr()118 static String quoteXPathLiteral(String value) { in quoteXPathLiteral() method in XPaths