Class UName

java.lang.Object
com.sun.xml.xsom.impl.UName

public final class UName extends Object
UName.
Author:
Kohsuke Kawaguchi ([email protected])
  • Field Details

  • Constructor Details

    • UName

      public UName(String _nsUri, String _localName, String _qname)
      Parameters:
      _nsUri - Use "" to indicate the no namespace.
    • UName

      public UName(String nsUri, String localName)
    • UName

      public UName(XSDeclaration decl)
  • Method Details

    • getName

      public String getName()
    • getNamespaceURI

      public String getNamespaceURI()
    • getQualifiedName

      public String getQualifiedName()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object