org.jvyamlb.events
Class CollectionStartEvent

java.lang.Object
  extended by org.jvyamlb.events.Event
      extended by org.jvyamlb.events.NodeEvent
          extended by org.jvyamlb.events.CollectionStartEvent
Direct Known Subclasses:
MappingStartEvent, SequenceStartEvent

public abstract class CollectionStartEvent
extends NodeEvent

Author:
Ola Bini

Constructor Summary
CollectionStartEvent(java.lang.String anchor, java.lang.String tag, boolean implicit, boolean flowStyle)
           
 
Method Summary
 boolean getFlowStyle()
           
 boolean getImplicit()
           
 java.lang.String getTag()
           
 
Methods inherited from class org.jvyamlb.events.NodeEvent
getAnchor
 
Methods inherited from class org.jvyamlb.events.Event
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionStartEvent

public CollectionStartEvent(java.lang.String anchor,
                            java.lang.String tag,
                            boolean implicit,
                            boolean flowStyle)
Method Detail

getTag

public java.lang.String getTag()

getImplicit

public boolean getImplicit()

getFlowStyle

public boolean getFlowStyle()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.