Package jadex.xml

Class Namespace


  • public class Namespace
    extends java.lang.Object
    Namespace definition.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String prefix
      The prefix.
      protected java.lang.String uri
      The URI.
    • Constructor Summary

      Constructors 
      Constructor Description
      Namespace​(java.lang.String prefix, java.lang.String uri)
      Create the namespace.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPrefix()
      Get the prefix.
      java.lang.String getURI()
      Get the uri.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • prefix

        protected java.lang.String prefix
        The prefix.
      • uri

        protected java.lang.String uri
        The URI.
    • Constructor Detail

      • Namespace

        public Namespace​(java.lang.String prefix,
                         java.lang.String uri)
        Create the namespace.
    • Method Detail

      • getPrefix

        public java.lang.String getPrefix()
        Get the prefix.
        Returns:
        The prefix.
      • getURI

        public java.lang.String getURI()
        Get the uri.
        Returns:
        The uri.