Uses of Class
org.simpleframework.xml.stream.OutputStack
-
Packages that use OutputStack Package Description org.simpleframework.xml.stream -
-
Uses of OutputStack in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as OutputStack Modifier and Type Field Description private OutputStack
NodeWriter. stack
Represents the stack of output nodes that are not yet ended.private OutputStack
OutputDocument. stack
This is the output stack used by the node writer object.Constructors in org.simpleframework.xml.stream with parameters of type OutputStack Constructor Description OutputDocument(NodeWriter writer, OutputStack stack)
Constructor for theOutputDocument
object.
-