All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.soap.util.xml.QName

java.lang.Object
   |
   +----org.apache.soap.util.xml.QName

public class QName
extends Object
implements Serializable
A QName represents a fully-qualified name.

Author:
Matthew J. Duftler ([email protected]), Sanjiva Weerawarana ([email protected])

Constructor Index

 o QName()
 o QName(Node)
 o QName(String, String)

Method Index

 o equals(Object)
 o getLocalPart()
 o getNamespaceURI()
 o hashCode()
 o matches(Node)
 o setLocalPart(String)
 o setNamespaceURI(String)
 o toString()

Constructors

 o QName
 public QName()
 o QName
 public QName(Node node) throws IllegalArgumentException
 o QName
 public QName(String namespaceURI,
              String localPart)

Methods

 o setNamespaceURI
 public void setNamespaceURI(String namespaceURI)
 o getNamespaceURI
 public String getNamespaceURI()
 o setLocalPart
 public void setLocalPart(String localPart)
 o getLocalPart
 public String getLocalPart()
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class Object
 o matches
 public boolean matches(Node node)
 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index