com.marklogic.xdbc
Class XDBCXName

java.lang.Object
  extended bycom.marklogic.xdbc.XDBCXName

public class XDBCXName
extends Object


Constructor Summary
XDBCXName(String localname)
           
XDBCXName(String namespace, String localname)
           
 
Method Summary
 String getLocalName()
          Returns the current local name binding of this name object.
 String getNamespace()
          Returns the current namespace binding of this name object.
 String toQNameString()
          Returns the String representation of the XDBCXName suitable for use as an xs:QName.
 String toString()
          Returns the String representation of this XDBCXName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XDBCXName

public XDBCXName(String localname)

XDBCXName

public XDBCXName(String namespace,
                 String localname)
Method Detail

getNamespace

public String getNamespace()
Returns the current namespace binding of this name object.

Returns:
the String namespace binding value.

getLocalName

public String getLocalName()
Returns the current local name binding of this name object.

Returns:
the String localname binding value.

toQNameString

public String toQNameString()
Returns the String representation of the XDBCXName suitable for use as an xs:QName.

Returns:
the String QName value.

toString

public String toString()
Returns the String representation of this XDBCXName.

Returns:
the String XDBCXName value.