|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.a7soft.examxml.Element
public class Element
Represents an XML element in the JExamXML application.
This class encapsulates all XML values and XML attributes.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Compares this Element to the specified object. |
int |
hashCode()
Returns a hash code for this Element. |
java.lang.String |
toString()
Returns a String object representing this
Element object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public boolean equals(java.lang.Object obj)
true
if and only if the argument is not null
and
is a Element
object are equal.
equals
in class java.lang.Object
obj
- the object to compare this Element
against.
true
if the Element
are equal;
false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
int
a hash code value for this object.public java.lang.String toString()
String
object representing this
Element
object.
toString
in class java.lang.Object
String
representation of this object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |