Package org.jaxen

Class QualifiedName

java.lang.Object
org.jaxen.QualifiedName
All Implemented Interfaces:
Serializable

class QualifiedName extends Object implements Serializable
A local name (that matches the XML NCName production) and a namespace URI with which the local name is qualified.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • namespaceURI

      private String namespaceURI
    • localName

      private String localName
  • Constructor Details

    • QualifiedName

      QualifiedName(String namespaceURI, String localName)
      Constructs a QualifiedName object.
      Parameters:
      namespaceURI - namespace URI that qualifies the name, or null for default namespace
      localName - local name that is qualified by the namespace uri; must not be null
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getClarkForm

      String getClarkForm()
      Returns:
      James Clark's namespace form