Class XmlTestSupport.Namespace

  • Enclosing class:
    XmlTestSupport

    public static class XmlTestSupport.Namespace
    extends Object
    Simple tuple for holding a namespace.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Namespace​(String prefix, String uri)  
    • Method Summary

      • Methods inherited from class Object

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

      • Namespace

        protected Namespace​(String prefix,
                            String uri)
        Parameters:
        prefix - the namespace prefix.
        uri - the namespace URI.