Interface XmlNamespaceAware


public interface XmlNamespaceAware
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.
  • Method Details

    • setNamespaces

      void setNamespaces(Map<String,String> namespaces)
      Sets the Xml namespaces as map where the key is the namespace prefix and value is the namespace URI.
      Parameters:
      namespaces -