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 NodeWriterOutputDocument. writerRepresents the writer that is used to create the element.private NodeWriterOutputElement. writerUsed 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 theOutputDocumentobject.OutputElement(OutputNode parent, NodeWriter writer, java.lang.String name)Constructor for theOutputElementobject.
-