|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XmlElement
An element, which serializable/deserializable via Stax.
| Method Summary | |
|---|---|
void |
fromXml(XMLStreamReader in)
Read properties from the xml stream. |
void |
toXml(XMLStreamWriter out)
Write this element to the xml stream. |
| Method Detail |
|---|
void toXml(XMLStreamWriter out)
throws XMLStreamException
out - where to write the element.
XMLStreamException
void fromXml(XMLStreamReader in)
throws XMLStreamException
in - xml stream, whoms cursor points to start of the XML element,
to which the instance is associated.
XMLStreamException
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||