XmlQueryContext.setNamespace

API Ref

import com.sleepycat.dbxml.*;

public void setNamespace(String prefix, String uri) throws XmlException;


Description: XmlQueryContext.setNamespace

The XmlQueryContext.setNamespace method maps the specified URI to the specified namespace prefix.

Parameters

prefix
The namespace prefix.

uri
The namespace URI.

Class

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

APIRef

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