gnu.kawa.xml
Class Notation

java.lang.Object
  extended by gnu.kawa.xml.Notation

public class Notation
extends java.lang.Object


Constructor Summary
Notation()
           
 
Method Summary
 boolean equals(Notation n1, Notation n2)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notation

public Notation()
Method Detail

equals

public boolean equals(Notation n1,
                      Notation n2)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object