com.a7soft.examxml
Class StringElement

java.lang.Object
  extended by com.a7soft.examxml.StringElement
Direct Known Subclasses:
KeyAttribute, KeyElement

public class StringElement
extends java.lang.Object

The Class StringElement represents a basic class for the element object. The main goal of this class is encapsulate XML element object created from string. String is a full name of XML element: root>element>subelement

This class is intended for internal use only.


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

Method Detail

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