XmlDocument.getMetaData

API Ref

import com.sleepycat.dbxml.*;

public boolean getMetaData(String uri, String name, XmlValue value) throws XmlException;


Description: XmlDocument.getMetaData

The XmlDocument.getMetaData method returns the value of the specified metadata attribute.

Parameters

uri
The namespace within which the name resides. The empty string refers to the default namespace.

name
The name of the metadata attribute.

value
A Number, String, or Boolean value.

The method returns true if a value for the named metadata attribute is found within the document.


Class

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

APIRef

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