|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvyaml.events.Event
org.jvyaml.events.NodeEvent
org.jvyaml.events.CollectionStartEvent
org.jvyaml.events.SequenceStartEvent
public class SequenceStartEvent
| Constructor Summary | |
|---|---|
SequenceStartEvent(java.lang.String anchor,
java.lang.String tag,
boolean implicit,
boolean flowStyle)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jvyaml.events.CollectionStartEvent |
|---|
getFlowStyle, getImplicit, getTag |
| Methods inherited from class org.jvyaml.events.NodeEvent |
|---|
getAnchor |
| Methods inherited from class org.jvyaml.events.Event |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceStartEvent(java.lang.String anchor,
java.lang.String tag,
boolean implicit,
boolean flowStyle)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||