public class XMLUtils extends Object
| Constructor and Description |
|---|
XMLUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Node |
toDOMNode(InputStream src,
DocumentBuilderFactory factory)
Transforms the source XML using the given
factory |
static Node |
toDOMNode(InputStream src,
DocumentBuilderFactory factory,
EntityResolver entityResolver)
Transforms the source XML using the given
factory and entityResolver |
public static Node toDOMNode(InputStream src, DocumentBuilderFactory factory)
factorysrc - XML contentfactory - a document factoryNodepublic static Node toDOMNode(InputStream src, DocumentBuilderFactory factory, EntityResolver entityResolver)
factory and entityResolversrc - XML contentfactory - a document factoryentityResolver - an EntityResolverNodeCopyright © 2026 MuleSoft, Inc.. All rights reserved.