Uses of Class
org.panteleyev.commons.xml.XMLStreamWriterWrapper
-
Uses of XMLStreamWriterWrapper in org.panteleyev.commons.xml
Methods in org.panteleyev.commons.xml that return XMLStreamWriterWrapperModifier and TypeMethodDescriptionWrites a single attribute.XMLStreamWriterWrapper.attributes(Map<String, ?> attributes) Writes several attributes.Writes XML element.Writes XML element with text.Writes element with attributes.Writes element with attributes and text.static XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out) Creates an instance ofXMLStreamWriterWrapperwith default options.static XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out, Set<XMLStreamWriterWrapper.Option> options) Creates an instance ofXMLStreamWriterWrapperwith specified options.Writes element text.