Berkeley DB XML
version 2.3.10

com.sleepycat.dbxml
Class XmlMetaData

java.lang.Object
  extended by com.sleepycat.dbxml.XmlMetaData

public class XmlMetaData
extends Object

Metadata item returned by XmlMetaDataIterator.next().


Constructor Summary
XmlMetaData()
           
 
Method Summary
 void delete()
          Free the native resources associated with this object.
 String get_name()
          Get the name used for the metadata item retrieved by this method.
 String get_uri()
          Get the URI used for the metadata item retrieved by this method.
 XmlValue get_value()
          Contains the XmlValue contained by the metadata item retrieved by this method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlMetaData

public XmlMetaData()
Method Detail

delete

public void delete()
Free the native resources associated with this object.


get_uri

public String get_uri()
               throws XmlException
Get the URI used for the metadata item retrieved by this method.

Throws:
XmlException

get_name

public String get_name()
                throws XmlException
Get the name used for the metadata item retrieved by this method.

Throws:
XmlException

get_value

public XmlValue get_value()
                   throws XmlException
Contains the XmlValue contained by the metadata item retrieved by this method.

Throws:
XmlException

Berkeley DB XML
version 2.3.10

Copyright 1996,2007 Oracle. All rights reserved.