Uses of Enum Class
org.panteleyev.commons.xml.XMLStreamWriterWrapper.Option
-
Uses of XMLStreamWriterWrapper.Option in org.panteleyev.commons.xml
Methods in org.panteleyev.commons.xml that return XMLStreamWriterWrapper.OptionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static XMLStreamWriterWrapper.Option[]XMLStreamWriterWrapper.Option.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.panteleyev.commons.xml with type arguments of type XMLStreamWriterWrapper.OptionModifier and TypeMethodDescriptionstatic XMLStreamWriterWrapperXMLStreamWriterWrapper.newInstance(OutputStream out, Set<XMLStreamWriterWrapper.Option> options) Creates an instance ofXMLStreamWriterWrapperwith specified options.