Module org.mule.runtime.dsl.api
Class XmlApplicationParser
java.lang.Object
org.mule.runtime.dsl.internal.xml.parser.XmlApplicationParser
Simple parser that allows to obtain the required data from an XML document.
It uses the SPI interface XmlNamespaceInfoProvider to locate for all namespace info provided and normalize the
namespace from the XML document.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisTextContent(Node node) Deprecated.parseIdentifier(Node node) parseNamespace(Node node) parseNamespaceUri(Node node)
-
Constructor Details
-
XmlApplicationParser
-
-
Method Details
-
parse
Deprecated.From 4.4 onwards, use themule-artifact-ast-xml-parsermodule. -
parseNamespace
-
parseNamespaceUri
-
parseIdentifier
-
isTextContent
-
mule-artifact-ast-xml-parsermodule.