Uses of Class
org.simpleframework.xml.stream.NodeWriter
-
Packages that use NodeWriter Package Description org.simpleframework.xml.stream -
-
Uses of NodeWriter in org.simpleframework.xml.stream
Fields in org.simpleframework.xml.stream declared as NodeWriter Modifier and Type Field Description private 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 NodeWriter Constructor Description OutputDocument(NodeWriter writer, OutputStack stack)
Constructor for theOutputDocument
object.OutputElement(OutputNode parent, NodeWriter writer, java.lang.String name)
Constructor for theOutputElement
object.
-