org.apache.cocoon.sax.xpointer
Interface XPointerFrameworkParserConstants

All Known Implementing Classes:
XPointerFrameworkParser, XPointerFrameworkParserTokenManager

public interface XPointerFrameworkParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int BaseChar
          RegularExpression Id.
static int CIRC_LBRACE
          RegularExpression Id.
static int CIRC_RBRACE
          RegularExpression Id.
static int CombiningChar
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOUBLE_CIRC
          RegularExpression Id.
static int EOF
          End of File.
static int Extender
          RegularExpression Id.
static int Ideographic
          RegularExpression Id.
static int IN_SCHEME
          Lexical state.
static int LBRACE
          RegularExpression Id.
static int Letter
          RegularExpression Id.
static int NCName
          RegularExpression Id.
static int NormalChar
          RegularExpression Id.
static int QName
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int UnicodeDigit
          RegularExpression Id.
static int WS
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

Letter

static final int Letter
RegularExpression Id.

See Also:
Constant Field Values

BaseChar

static final int BaseChar
RegularExpression Id.

See Also:
Constant Field Values

Ideographic

static final int Ideographic
RegularExpression Id.

See Also:
Constant Field Values

CombiningChar

static final int CombiningChar
RegularExpression Id.

See Also:
Constant Field Values

UnicodeDigit

static final int UnicodeDigit
RegularExpression Id.

See Also:
Constant Field Values

Extender

static final int Extender
RegularExpression Id.

See Also:
Constant Field Values

NCName

static final int NCName
RegularExpression Id.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

QName

static final int QName
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

CIRC_LBRACE

static final int CIRC_LBRACE
RegularExpression Id.

See Also:
Constant Field Values

CIRC_RBRACE

static final int CIRC_RBRACE
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_CIRC

static final int DOUBLE_CIRC
RegularExpression Id.

See Also:
Constant Field Values

NormalChar

static final int NormalChar
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_SCHEME

static final int IN_SCHEME
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.