Uses of Class
org.panteleyev.commons.xml.XMLStreamWriterWrapper
Packages that use 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<QName, ?> attributes) Writes several attributes.Writes XML element.Writes element with attributes.static XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out) Creates an instance ofXMLStreamWriterWrapperwith default options.static XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out, Set<SerializationOption> options) Creates an instance ofXMLStreamWriterWrapperwith specified options.Writes element text.XMLStreamWriterWrapper.textElement(QName name, Object value) Writes XML element with text.XMLStreamWriterWrapper.textElement(QName name, Map<QName, ?> attributes, Object value) Writes element with attributes and text.