Uses of Class
org.simpleframework.xml.stream.OutputStack
Packages that use OutputStack
-
Uses of OutputStack in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as OutputStackModifier and TypeFieldDescriptionprivate final 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 OutputStackModifierConstructorDescriptionOutputDocument
(NodeWriter writer, OutputStack stack) Constructor for theOutputDocument
object.