GXPARSE hosted by SourceForge.net Logo

ca.gorman.xml.parse
Interface Entity

All Known Subinterfaces:
CurrentEntity
All Known Implementing Classes:
AbstractEntity, CoroutineEntity, MutableEntity

public interface Entity

Entity, as presented to the application by the parser.


Method Summary
 boolean equals(Object obj)
           Defines entity equality as equality of the entity names..
 String getName()
           Get entity name
 int hashCode()
           Returns hash code of the String entity name.
 

Method Detail

getName

String getName()

Get entity name


equals

boolean equals(Object obj)

Defines entity equality as equality of the entity names..

Overrides:
equals in class Object

hashCode

int hashCode()

Returns hash code of the String entity name.

Overrides:
hashCode in class Object

GXPARSE download

GXPARSE Generic XML Stream Parser API and supporting tools.   Release $Name: gxparse-sf-alpha-2_0 $
Copyright 2003-2004 Ian E. Gorman
Released under GNU Lesser General Public License