Uses of Class
org.simpleframework.xml.stream.NodeWriter
Packages that use NodeWriter
-
Uses of NodeWriter in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as NodeWriterModifier and TypeFieldDescriptionprivate NodeWriter
OutputDocument.writer
Represents the writer that is used to create the element.private NodeWriter
OutputElement.writer
Used to write the start tag and attributes for the document.Constructors in org.simpleframework.xml.stream with parameters of type NodeWriterModifierConstructorDescriptionOutputDocument
(NodeWriter writer, OutputStack stack) Constructor for theOutputDocument
object.OutputElement
(OutputNode parent, NodeWriter writer, String name) Constructor for theOutputElement
object.