org.yaml.snakeyaml.scanner
Class Constant

java.lang.Object
  extended by org.yaml.snakeyaml.scanner.Constant

public final class Constant
extends Object


Field Summary
static Constant ALPHA
           
static Constant FULL_LINEBR
           
static Constant LINEBR
           
static Constant NULL_BL_LINEBR
           
static Constant NULL_BL_T
           
static Constant NULL_BL_T_LINEBR
           
static Constant NULL_OR_LINEBR
           
static Constant URI_CHARS
           
 
Method Summary
 boolean has(char ch)
           
 boolean has(char ch, String additional)
           
 boolean hasNo(char ch)
           
 boolean hasNo(char ch, String additional)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINEBR

public static final Constant LINEBR

FULL_LINEBR

public static final Constant FULL_LINEBR

NULL_OR_LINEBR

public static final Constant NULL_OR_LINEBR

NULL_BL_LINEBR

public static final Constant NULL_BL_LINEBR

NULL_BL_T_LINEBR

public static final Constant NULL_BL_T_LINEBR

NULL_BL_T

public static final Constant NULL_BL_T

URI_CHARS

public static final Constant URI_CHARS

ALPHA

public static final Constant ALPHA
Method Detail

has

public boolean has(char ch)

hasNo

public boolean hasNo(char ch)

has

public boolean has(char ch,
                   String additional)

hasNo

public boolean hasNo(char ch,
                     String additional)


Copyright © 2008-2012. All Rights Reserved.