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 OutputStackNodeWriter.stackRepresents the stack of output nodes that are not yet ended.private OutputStackOutputDocument.stackThis 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 theOutputDocumentobject.