org.yaml.snakeyaml.tokens
Class DocumentStartToken

java.lang.Object
  extended by org.yaml.snakeyaml.tokens.Token
      extended by org.yaml.snakeyaml.tokens.DocumentStartToken

public final class DocumentStartToken
extends Token

See Also:
PyYAML for more information

Constructor Summary
DocumentStartToken(Mark startMark, Mark endMark)
           
 
Method Summary
 String getTokenId()
          For error reporting.
 
Methods inherited from class org.yaml.snakeyaml.tokens.Token
equals, getArguments, getEndMark, getStartMark, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentStartToken

public DocumentStartToken(Mark startMark,
                          Mark endMark)
Method Detail

getTokenId

public String getTokenId()
Description copied from class: Token
For error reporting.

Specified by:
getTokenId in class Token
See Also:
variable 'id' in PyYAML


Copyright © 2008-2009. All Rights Reserved.