Module org.mule.runtime.dsl.api
Class XmlApplicationParser
java.lang.Object
org.mule.runtime.dsl.api.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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNormalizedNamespace(String namespaceUri, String namespacePrefix) static booleanisTextContent(Node node) booleanisValidType(Node node) parseIdentifier(Node node) parseNamespace(Node node) parseNamespaceUri(Node node)
-
Field Details
-
DECLARED_PREFIX
- See Also:
-
XML_NODE
- See Also:
-
LINE_NUMBER
- See Also:
-
CONFIG_FILE_NAME
- See Also:
-
IS_CDATA
- See Also:
-
-
Constructor Details
-
XmlApplicationParser
-
-
Method Details
-
getNormalizedNamespace
-
parseNamespace
-
parseNamespaceUri
-
parseIdentifier
-
isValidType
-
isTextContent
-