XCC/J 4.1-11

com.marklogic.xcc.types
Interface XdmVariable


public interface XdmVariable

A named XDM variable (an XName / XdmValue pair).


Method Summary
 XName getName()
          The name of this variable.
 XdmValue getValue()
          The value of this variable.
 

Method Detail

getName

XName getName()
The name of this variable.

Returns:
The XName instance that represents the name of this value.


getValue

XdmValue getValue()
The value of this variable.

Returns:
The XdmValue instance that represents the value of this variable.


XCC/J 4.1-11

Copyright © 2003-2011 MarkLogic Corporation, All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com