Uses of Class
org.yaml.snakeyaml.events.Event.ID

Packages that use Event.ID
org.yaml.snakeyaml.events   
org.yaml.snakeyaml.parser   
 

Uses of Event.ID in org.yaml.snakeyaml.events
 

Methods in org.yaml.snakeyaml.events that return Event.ID
static Event.ID Event.ID.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Event.ID[] Event.ID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.yaml.snakeyaml.events with parameters of type Event.ID
 boolean StreamStartEvent.is(Event.ID id)
           
 boolean SequenceEndEvent.is(Event.ID id)
           
 boolean ScalarEvent.is(Event.ID id)
           
 boolean MappingEndEvent.is(Event.ID id)
           
 boolean DocumentEndEvent.is(Event.ID id)
           
 boolean MappingStartEvent.is(Event.ID id)
           
 boolean DocumentStartEvent.is(Event.ID id)
           
abstract  boolean Event.is(Event.ID id)
           
 boolean SequenceStartEvent.is(Event.ID id)
           
 boolean AliasEvent.is(Event.ID id)
           
 boolean StreamEndEvent.is(Event.ID id)
           
 

Uses of Event.ID in org.yaml.snakeyaml.parser
 

Methods in org.yaml.snakeyaml.parser with parameters of type Event.ID
 boolean Parser.checkEvent(Event.ID choice)
          Check if the next event is one of the given type.
 boolean ParserImpl.checkEvent(Event.ID choices)
          Check the type of the next event.
 



Copyright © 2008-2011. All Rights Reserved.