public final class WriteUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value) |
static void |
writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element) |
static void |
writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
static void |
writeNewLine(org.jboss.staxmapper.XMLExtendedStreamWriter writer) |
static void |
writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel) |
public static void writeAttribute(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Attribute attribute,
String value)
throws XMLStreamException
XMLStreamExceptionpublic static void writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element)
throws XMLStreamException
XMLStreamExceptionpublic static void writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel)
throws XMLStreamException
XMLStreamExceptionpublic static void writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
Element element,
Attribute attribute,
org.jboss.dmr.ModelNode subModel)
throws XMLStreamException
XMLStreamExceptionpublic static void writeNewLine(org.jboss.staxmapper.XMLExtendedStreamWriter writer)
throws XMLStreamException
XMLStreamExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.