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
XMLStreamException
public static void writeElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element) throws XMLStreamException
XMLStreamException
public static void writeSingleElement(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel) throws XMLStreamException
XMLStreamException
public static void writeListAsMultipleElements(org.jboss.staxmapper.XMLExtendedStreamWriter writer, Element element, Attribute attribute, org.jboss.dmr.ModelNode subModel) throws XMLStreamException
XMLStreamException
public static void writeNewLine(org.jboss.staxmapper.XMLExtendedStreamWriter writer) throws XMLStreamException
XMLStreamException
Copyright © 2023 JBoss by Red Hat. All rights reserved.