Interface Parser2.NamespaceMap

Enclosing interface:
Parser2

public static interface Parser2.NamespaceMap
Interface giving access to namespace URI from the prefix.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the namespace URI associated to the given prefix.
  • Method Details

    • getNamespaceURI

      String getNamespaceURI(String nsPrefix)
      Gets the namespace URI associated to the given prefix.
      Parameters:
      nsPrefix - the namespace prefix.
      Returns:
      the namespace URI string.