public final class XmlApplicationParser extends Object
It uses the SPI interface XmlNamespaceInfoProvider to locate for all namespace info provided and normalize the
namespace from the XML document.
| Constructor and Description |
|---|
XmlApplicationParser(List<XmlNamespaceInfoProvider> namespaceInfoProviders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTextContent(Node node) |
Optional<ConfigLine> |
parse(Element configElement)
Deprecated.
From 4.4 onwards, use the
mule-artifact-ast-xml-parser module. |
String |
parseIdentifier(Node node) |
String |
parseNamespace(Node node) |
String |
parseNamespaceUri(Node node) |
public XmlApplicationParser(List<XmlNamespaceInfoProvider> namespaceInfoProviders)
@Deprecated public Optional<ConfigLine> parse(Element configElement)
mule-artifact-ast-xml-parser module.public boolean isTextContent(Node node)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.