public class XmlTransformationUtils extends Object
| Constructor and Description |
|---|
XmlTransformationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static XMLStreamReader |
inputStreamToXmlStreamReader(InputStream inputStream,
org.mule.runtime.api.metadata.MediaType mediaType) |
static String |
nodeToString(Node node) |
static Element |
stringToDomElement(String xml) |
static InputStream |
xmlStreamReaderToInputStream(XMLStreamReader xmlStreamReader) |
public static Element stringToDomElement(String xml) throws XmlTransformationException
XmlTransformationExceptionpublic static String nodeToString(Node node) throws XmlTransformationException
XmlTransformationExceptionpublic static XMLStreamReader inputStreamToXmlStreamReader(InputStream inputStream, org.mule.runtime.api.metadata.MediaType mediaType) throws XmlTransformationException
XmlTransformationExceptionpublic static InputStream xmlStreamReaderToInputStream(XMLStreamReader xmlStreamReader) throws XmlTransformationException
XmlTransformationExceptionCopyright © 2025. All rights reserved.