org.yaml.snakeyaml.events
public abstract class NodeEvent extends Event
| Constructor and Description |
|---|
NodeEvent(String anchor,
Mark startMark,
Mark endMark) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchor()
Node anchor by which this node might later be referenced by a
AliasEvent. |
protected String |
getArguments() |
equals, getEndMark, getStartMark, hashCode, is, toStringpublic String getAnchor()
AliasEvent.
Note that AliasEvents are by it self NodeEvents and
use this property to indicate the referenced anchor.
null if no anchor is defined.protected String getArguments()
getArguments in class EventCopyright © 2008–2015. All rights reserved.