Interface Namespace


public interface Namespace
An interface defining the properties of XML namespaces.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the URI id of the Namespace.
    Get the String prefix of the Namespace.
    Get the String location of the Namespace.
  • Method Details

    • getId

      URI getId()
      Get the URI id of the Namespace.
      Returns:
      the URI id of the Namespace
    • getPrefix

      String getPrefix()
      Get the String prefix of the Namespace.
      Returns:
      the String prefix of the Namespace
    • getSchemalocation

      URL getSchemalocation()
      Get the String location of the Namespace.
      Returns:
      the String location of the Namespace