Uses of Class
org.apache.jackrabbit.value.NameValue

Packages that use NameValue
org.apache.jackrabbit.value   
 

Uses of NameValue in org.apache.jackrabbit.value
 

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(String s)
          Returns a new NameValue initialized to the value represented by the specified String.
static NameValue NameValue.valueOf(String s, boolean checkFormat)
          Returns a new NameValue initialized to the value represented by the specified String.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.