com.fatdog.xmlEngine.javacc
Class XQueryParserTokenManager

java.lang.Object
  extended bycom.fatdog.xmlEngine.javacc.XQueryParserTokenManager
All Implemented Interfaces:
XQueryParserConstants

public class XQueryParserTokenManager
extends java.lang.Object
implements XQueryParserConstants


Field Summary
 java.io.PrintStream debugStream
           
static int[] jjnewLexState
           
static java.lang.String[] jjstrLiteralImages
           
static java.lang.String[] lexStateNames
           
 
Fields inherited from interface com.fatdog.xmlEngine.javacc.XQueryParserConstants
And, AnyName, APOS_ATTRIBUTE_CONTENT, AposAttContentChar, As, Ascending, AssignEquals, At, AtStringLiteral, AttributeLbrace, AttributeQNameLbrace, AttributeType, AttributeTypeForKindTest, AtWord, AxisAncestor, AxisAncestorOrSelf, AxisAttribute, AxisChild, AxisDescendant, AxisDescendantOrSelf, AxisFollowing, AxisFollowingSibling, AxisNamespace, AxisParent, AxisPreceding, AxisPrecedingSibling, AxisSelf, BaseChar, Case, Castable, CastAs, CDATA_SECTION, CDataSectionChar, CdataSectionEnd, CdataSectionStart, Char, CharRef, CloseApos, CLOSEKINDTEST, CloseQuot, Collation, ColonEquals, CombiningChar, Comma, CommaForKindTest, CommentContentChar, CommentLbrace, CommentLpar, CommentLparForKindTest, DecimalLiteral, DeclareBaseURI, DeclareCollation, DeclareDefaultElement, DeclareDefaultFunction, DeclareDefaultNamespace, DeclareNamespace, DeclareValidation, DeclareXMLSpace, Default, DEFAULT, DefaultElement, DefineFunction, DefineVariable, Descending, Digit, Digits, Div, DocumentLbrace, DocumentLpar, DocumentLparForKindTest, Dot, DotDot, DoubleLiteral, DUMMY, ELEMENT_CONTENT, ElementContentChar, ElementLbrace, ElementQNameLbrace, ElementType, ElementTypeForDocumentTest, ElementTypeForKindTest, Else, Empty, EmptyGreatest, EmptyLeast, EmptyTagClose, END_TAG, EndTagClose, EndTagOpen, EOF, Equals, EscapeApos, EscapeQuot, Every, Except, EXPR_COMMENT, ExprCommentContent, ExprCommentEnd, ExprCommentStart, EXT_KEY, Extender, Extension, ExtensionContents, ExtensionEnd, ExtensionQName, ExtensionStart, External, For, FortranEq, FortranGe, FortranGt, FortranLe, FortranLt, FortranNe, Global, Gt, GtEquals, GtGt, HexDigits, Ideographic, Idiv, IfLpar, ImportModuleToken, ImportSchemaToken, In, InContextForKindTest, Instanceof, IntegerLiteral, Intersect, Is, IsNot, Item, ITEMTYPE, KINDTEST, KINDTESTFORPI, Lbrace, LbraceExprEnclosure, Lbrack, LCurlyBraceEscape, Let, Letter, LocalPart, Lpar, Lt, LtEquals, LtLt, Minus, Mod, ModuleNamespace, MUExtension, Multiply, Namespace, NAMESPACEDECL, NAMESPACEKEYWORD, NamespaceNCNameLbrace, NCName, NCNameColonStar, NCNameForPI, NCNameForPrefix, Nillable, Nmchar, Nmstart, NodeLpar, NodeLparForKindTest, NotEquals, NotOccurrenceIndicator, OCCURRENCEINDICATOR, OccurrenceOneOrMore, OccurrenceZeroOrMore, OccurrenceZeroOrOne, OpenApos, OpenQuot, OPERATOR, Or, OrderBy, OrderByStable, PIContentChar, PILbrace, PINCNameLbrace, PITarget, Plus, Pragma, PragmaContents, PragmaKeyword, PragmaQName, PredefinedEntityRef, Prefix, PROCESSING_INSTRUCTION, PROCESSING_INSTRUCTION_CONTENT, ProcessingInstructionEnd, ProcessingInstructionLpar, ProcessingInstructionLparForKindTest, ProcessingInstructionStart, QName, QNAME, QNameForItemType, QNameForSequenceType, QuerySeperator, QUOT_ATTRIBUTE_CONTENT, QuotAttContentChar, Rbrace, Rbrack, RCurlyBraceEscape, Return, Root, RootDescendants, Rpar, RparAs, RparForKindTest, S, Satisfies, SchemaContextStep, SCHEMACONTEXTSTEP, SchemaContextStepSlash, SchemaGlobalContext, SchemaGlobalContextSlash, SchemaGlobalTypeName, SchemaMode, SchemaModeForDeclareValidate, SemiColon, skip_, Slash, SlashSlash, Some, Star, StarColonNCName, START_TAG, StartTagClose, StartTagOpen, StartTagOpenRoot, StringLiteral, StringLiteralForKindTest, TagQName, TextLbrace, TextLpar, TextLparForKindTest, Then, To, tokenImage, TreatAs, TypeswitchLpar, UnaryMinus, UnaryPlus, Union, URLLiteral, ValidateContext, ValidateGlobal, ValidateLbrace, ValidateSchemaMode, ValueIndicator, VariableIndicator, VarName, VARNAME, Vbar, VersionStringLiteral, Where, WhitespaceChar, XML_COMMENT, XmlCommentEnd, XmlCommentStart, XMLSPACE_DECL, XMLSpacePreserve, XMLSpaceStrip
 
Constructor Summary
XQueryParserTokenManager(SimpleCharStream stream)
           
XQueryParserTokenManager(SimpleCharStream stream, int lexState)
           
 
Method Summary
 Token getNextToken()
           
 void printLinePos()
          Print the current line position.
 void ReInit(SimpleCharStream stream)
           
 void ReInit(SimpleCharStream stream, int lexState)
           
 void setDebugStream(java.io.PrintStream ds)
           
 void SwitchTo(int lexState)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugStream

public java.io.PrintStream debugStream

jjstrLiteralImages

public static final java.lang.String[] jjstrLiteralImages

lexStateNames

public static final java.lang.String[] lexStateNames

jjnewLexState

public static final int[] jjnewLexState
Constructor Detail

XQueryParserTokenManager

public XQueryParserTokenManager(SimpleCharStream stream)

XQueryParserTokenManager

public XQueryParserTokenManager(SimpleCharStream stream,
                                int lexState)
Method Detail

printLinePos

public void printLinePos()
Print the current line position.


setDebugStream

public void setDebugStream(java.io.PrintStream ds)

ReInit

public void ReInit(SimpleCharStream stream)

ReInit

public void ReInit(SimpleCharStream stream,
                   int lexState)

SwitchTo

public void SwitchTo(int lexState)

getNextToken

public Token getNextToken()