|
Berkeley DB XML version 2.3.10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.dbxml.XmlMetaData
public class XmlMetaData
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 |
---|
public XmlMetaData()
Method Detail |
---|
public void delete()
public String get_uri() throws XmlException
XmlException
public String get_name() throws XmlException
XmlException
public XmlValue get_value() throws XmlException
XmlValue
contained by the metadata item retrieved by this method.
XmlException
|
Berkeley DB XML version 2.3.10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |