public class AttributeToolkit
extends java.lang.Object
| Constructor and Description |
|---|
AttributeToolkit() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
constructPredicate(Attribute attribute)
constructs a predicate from the given attribute
|
static java.lang.String |
formatValueForXPath(Attribute attribute)
formats a value for its usage in XPath expressions
|
public static java.lang.String formatValueForXPath(Attribute attribute)
attribute - atribute which value should be formattedpublic static java.lang.String constructPredicate(Attribute attribute)
attribute - attribute to be formatted as predicate