| Methods in org.apache.jackrabbit.value that return NameValue |
static NameValue |
NameValue.valueOf(QName name,
NamespaceResolver resolver)
Returns a new NameValue initialized to the value represented
by the specified QName formatted to a string using the
specified resolver. |
static NameValue |
NameValue.valueOf(java.lang.String s)
Returns a new NameValue initialized to the value
represented by the specified String. |
static NameValue |
NameValue.valueOf(java.lang.String s,
boolean checkFormat)
Returns a new NameValue initialized to the value represented
by the specified String. |