XmlQueryContext.removeNamespace |
![]() ![]() |
import com.sleepycat.dbxml.*;public void removeNamespace(String prefix) throws XmlException;
The XmlQueryContext.removeNamespace method removes the namespace prefix to URI mapping for the specified prefix. A call to this method with a prefix that has with no existing mapping is ignored.
![]() ![]() |
Copyright (c) 1996-2003 Sleepycat Software, Inc. - All rights reserved.