XmlQueryContext.getVariableValue

API Ref

import com.sleepycat.dbxml.*;

public XmlValue getVariableValue(String name) throws XmlException;


Description: XmlQueryContext.getVariableValue

The XmlQueryContext.getVariableValue method returns the value that is bound to the specified variable. If there is no value binding then the function returns null.

Parameters

name
The name of the variable whose value is required.
Returns the value bound to the variable.

Class

XmlContainer, XmlDocument, XmlException, XmlIndexSpecification, XmlQueryContext, XmlQueryExpression, XmlResults, XmlUpdateContext, XmlValue

APIRef

Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.