|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.swingparser.TagEvent
public abstract class TagEvent
Abstract class for events from parser to the Drools engine
| Constructor Summary | |
|---|---|
TagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position)
Constructor |
|
TagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position,
String source)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Properties |
getAttributes()
Gets the attributes of the tag |
BigInteger |
getId()
Gets the id of the tag |
Position |
getPosition()
Gets the position of the tag |
String |
getSource()
Gets the source code ot the tag |
String |
getTagName()
Gets the name of the tag |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position)
id - if of a tagtagName - name of he tagattributes - attributes of the tagposition - position in document
public TagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position,
String source)
id - if of a tagtagName - name of he tagattributes - attributes of the tagposition - position in documentsource - source code of the tag| Method Detail |
|---|
public BigInteger getId()
public String getTagName()
public Properties getAttributes()
public Position getPosition()
public String getSource()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||