AliasEvent
, CollectionStartEvent
, ScalarEvent
public abstract class NodeEvent extends Event
Constructor | Description |
---|---|
NodeEvent(String anchor,
Mark startMark,
Mark endMark) |
Modifier and Type | Method | Description |
---|---|---|
String |
getAnchor() |
Node anchor by which this node might later be referenced by a
AliasEvent . |
protected String |
getArguments() |
Generate human readable representation of the Event
|
equals, getEndMark, getStartMark, hashCode, is, toString
public 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.protected String getArguments()
Event
getArguments
in class Event
Copyright © 2008–2018. All rights reserved.