|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The XmlDBHolder represents a XML element which
contains XML elements of the same type.
| Method Summary | |
void |
addDBRecord(XmlDBRecord element)
Adds an XML element. |
XmlDBHolder |
create()
Creates an empty XmlDBHolder object. |
XmlDBRecord[] |
getDBRecords()
Gets the list of XML elements. |
void |
read(java.io.Reader in)
Reads this XML document from the specified reader. |
void |
write(java.io.Writer out)
Writes this XML document to the specified writer. |
| Method Detail |
public XmlDBHolder create()
XmlDBHolder object. This method
must be overrided by the subclass.
public void read(java.io.Reader in)
throws java.io.IOException
in - the reader.
public void write(java.io.Writer out)
throws java.io.IOException
out - the writer.public void addDBRecord(XmlDBRecord element)
element - the XML element to add.public XmlDBRecord[] getDBRecords()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||