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 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 NodeWriterModifierConstructorDescriptionOutputDocument(NodeWriter writer, OutputStack stack) Constructor for theOutputDocumentobject.OutputElement(OutputNode parent, NodeWriter writer, String name) Constructor for theOutputElementobject.