Index

A C D E F L N O T V X 
All Classes and Interfaces|All Packages

A

attribute(String, Object) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes a single attribute.
attributes(Map<String, ?>) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes several attributes.

C

close() - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Closes the writer.

D

document(Runnable) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes XML document.

E

element(String, Runnable) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes XML element.
element(String, String) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes XML element with text.
element(String, Map<String, ?>) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes element with attributes.
element(String, Map<String, ?>, String) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes element with attributes and text.

F

flush() - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Flushes the writer.

L

LOCAL_DATE_AS_EPOCH_DAY - Enum constant in enum class org.panteleyev.commons.xml.XMLStreamWriterWrapper.Option
Exports LocalDate as epoch day, otherwise as ISO_DATE.

N

newInstance(OutputStream) - Static method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Creates an instance of XMLStreamWriterWrapper with default options.
newInstance(OutputStream, Set<XMLStreamWriterWrapper.Option>) - Static method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Creates an instance of XMLStreamWriterWrapper with specified options.

O

org.panteleyev.commons - module org.panteleyev.commons
Provides Java commons API.
org.panteleyev.commons.xml - package org.panteleyev.commons.xml
XML wrappers, helpers, etc.

T

text(String) - Method in class org.panteleyev.commons.xml.XMLStreamWriterWrapper
Writes element text.

V

valueOf(String) - Static method in enum class org.panteleyev.commons.xml.XMLStreamWriterWrapper.Option
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.panteleyev.commons.xml.XMLStreamWriterWrapper.Option
Returns an array containing the constants of this enum class, in the order they are declared.

X

XMLStreamWriterWrapper - Class in org.panteleyev.commons.xml
Implements convenience wrapper for XMLStreamWriter instances.
XMLStreamWriterWrapper.Option - Enum Class in org.panteleyev.commons.xml
Serialization options.
A C D E F L N O T V X 
All Classes and Interfaces|All Packages