Class XmlApplicationParser

java.lang.Object
org.mule.runtime.dsl.internal.xml.parser.XmlApplicationParser

public final class XmlApplicationParser extends Object
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 Details

  • Method Details

    • parse

      @Deprecated public Optional<ConfigLine> parse(Element configElement)
      Deprecated.
      From 4.4 onwards, use the mule-artifact-ast-xml-parser module.
    • parseNamespace

      public String parseNamespace(Node node)
    • parseNamespaceUri

      public String parseNamespaceUri(Node node)
    • parseIdentifier

      public String parseIdentifier(Node node)
    • isTextContent

      public boolean isTextContent(Node node)