net.bonzoun.cocodonkey
Class CamlParser
java.lang.Object
net.bonzoun.cocodonkey.CamlParser
- All Implemented Interfaces:
- CamlParserConstants
- public class CamlParser
- extends java.lang.Object
- implements CamlParserConstants
Fields inherited from interface net.bonzoun.cocodonkey.CamlParserConstants |
COMMA, COMMENT, DEFAULT, EOF, EQUALS, FLOAT, IN_COMMENT, INTEGER, LBRACE, LBRACKET, LPARENT, RBRACE, RBRACKET, RPARENT, SEMICOLON, STRING, SYMBOL, tokenImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
token_source
public CamlParserTokenManager token_source
jj_input_stream
ASCII_CharStream jj_input_stream
token
public Token token
jj_nt
public Token jj_nt
CamlParser
public CamlParser(java.io.InputStream stream)
CamlParser
public CamlParser(java.io.Reader stream)
CamlParser
public CamlParser(CamlParserTokenManager tm)
parse
public static CamlData parse(java.io.File file)
parse
public final CamlData parse()
throws ParseException
- Throws:
ParseException
struct_content
public final java.util.Map struct_content()
throws ParseException
- Throws:
ParseException
data
public final CamlData data()
throws ParseException
- Throws:
ParseException
struct
public final java.util.Map struct()
throws ParseException
- Throws:
ParseException
listSem
public final java.util.List listSem()
throws ParseException
- Throws:
ParseException
listCom
public final java.util.List listCom()
throws ParseException
- Throws:
ParseException
ReInit
public void ReInit(java.io.InputStream stream)
ReInit
public void ReInit(java.io.Reader stream)
ReInit
public void ReInit(CamlParserTokenManager tm)
getNextToken
public final Token getNextToken()
getToken
public final Token getToken(int index)
generateParseException
public final ParseException generateParseException()
enable_tracing
public final void enable_tracing()
disable_tracing
public final void disable_tracing()