Uses of Interface gnu.java.beans.encoder.Writer

Uses in package gnu.java.beans.encoder.elements

Methods with parameter type gnu.java.beans.encoder.Writer

void
Writes the closing XML tag.
void
Writes the closing XML tag.
void
Writes the closing XML tag.
void
Writes the closing XML tag.
void
Writes the closing XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
Writes the opening XML tag.
void
void
Writes the opening XML tag.
void
Writes the opening XML tag.

Uses in package gnu.java.beans.encoder

Classes implementing gnu.java.beans.encoder.Writer

class
A Writer implementation based on the StAX API.

Methods with parameter type gnu.java.beans.encoder.Writer

void
Root.close(Writer writer)
Writes the closing element and closes the Writer
void
Traverses the elements in the object tree and creates their XML representation in the output stream of the given Writer.

Finally the Writer is flushed.