| |
|
| java.lang.Object com.thoughtworks.xstream.io.WriterWrapper com.thoughtworks.xstream.io.StatefulWriter
Field Summary | |
public static int | STATE_CLOSED STATE_CLOSED is the state if the writer has been closed. | public static int | STATE_NODE_END | public static int | STATE_NODE_START STATE_NODE_START is the state of a new node has been started. | public static int | STATE_OPEN STATE_OPEN is the initial value of the writer. | public static int | STATE_VALUE STATE_VALUE is the state if the value of a node has been written. |
STATE_CLOSED | public static int STATE_CLOSED(Code) | | STATE_CLOSED is the state if the writer has been closed.
since: 1.2 |
STATE_NODE_END | public static int STATE_NODE_END(Code) | | STATE_NODE_END is the state if a node has ended
since: 1.2 |
STATE_NODE_START | public static int STATE_NODE_START(Code) | | STATE_NODE_START is the state of a new node has been started.
since: 1.2 |
STATE_OPEN | public static int STATE_OPEN(Code) | | STATE_OPEN is the initial value of the writer.
since: 1.2 |
STATE_VALUE | public static int STATE_VALUE(Code) | | STATE_VALUE is the state if the value of a node has been written.
since: 1.2 |
StatefulWriter | public StatefulWriter(HierarchicalStreamWriter wrapped)(Code) | | Constructs a StatefulWriter.
Parameters: wrapped - the wrapped writer since: 1.2 |
close | public void close()(Code) | | |
endNode | public void endNode()(Code) | | |
flush | public void flush()(Code) | | |
|
|
|