Berkeley DB XML
version 2.5.16

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
 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

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.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.