public abstract class NodeEvent extends Event
Constructor and Description |
---|
NodeEvent(java.lang.String anchor,
Mark startMark,
Mark endMark) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAnchor()
Node anchor by which this node might later be referenced by a
AliasEvent . |
equals, getEndMark, getStartMark, hashCode, is, toString
public java.lang.String getAnchor()
AliasEvent
.
Note that AliasEvent
s are by it self NodeEvent
s and
use this property to indicate the referenced anchor.
null
if no anchor is defined.