Package com.fatdog.xmlEngine.javacc

Query tree objects, the parser for same and supporting classes.

See:
          Description

Interface Summary
Node  
XQueryParserConstants  
XQueryParserTreeConstants  
 

Class Summary
And  
Attribute  
AttributeContent  
CharData  
CharRef  
Content  
DecimalLit  
DefaultNamespaceDecl  
Dot  
EmptyTag  
EnclosedExpr  
Escape  
Every  
Filter  
FLWOR  
For  
ForLet  
FunctionCall  
GeneralComp  
IfThenElse  
In  
IntegerLit  
JavaCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Let  
NamespaceDecl  
NodeComp  
NodeTest  
Or  
OrderBy  
OrderComp  
Parens  
Parent  
QIn  
QName  
Range  
RelPath  
Return  
Seq  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
SlashRoot  
SlashSlashRoot  
Some  
StartNode  
StringLit  
Tag  
TextTest  
Token Describes the input token stream.
ValueComp  
Variable  
Where  
XmlSpacePreserve  
XmlSpaceStrip  
XQueryParser  
XQueryParserTokenManager  
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package com.fatdog.xmlEngine.javacc Description

Query tree objects, the parser for same and supporting classes.