org.xmlbeam.util.intern.duplex.XParserConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmlprojector Show documentation
Show all versions of xmlprojector Show documentation
The coolest XML library for Java around. Define typesafe views (projections) to xml. Use XPath to read and write XML. Bind XML to Java collections. Requires at least Java6, supports Java8 features and has no further runtime dependencies.
/* Generated By:JJTree&JavaCC: Do not edit this line. XParserConstants.java */
package org.xmlbeam.util.intern.duplex;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface XParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int ANYTHING = 80;
/** RegularExpression Id. */
int ExpressionFormatStart = 81;
/** RegularExpression Id. */
int IntegerLiteral = 82;
/** RegularExpression Id. */
int FormatLiteral = 83;
/** RegularExpression Id. */
int FormatLiteralStart = 84;
/** RegularExpression Id. */
int FormatLiteralEnd = 85;
/** RegularExpression Id. */
int DecimalLiteral = 86;
/** RegularExpression Id. */
int DoubleLiteral = 87;
/** RegularExpression Id. */
int StringLiteral = 88;
/** RegularExpression Id. */
int DUMMYLABEL = 89;
/** RegularExpression Id. */
int skip_ = 90;
/** RegularExpression Id. */
int Minus = 91;
/** RegularExpression Id. */
int Plus = 92;
/** RegularExpression Id. */
int External = 93;
/** RegularExpression Id. */
int LocalPart = 94;
/** RegularExpression Id. */
int Nmstart = 95;
/** RegularExpression Id. */
int Nmchar = 96;
/** RegularExpression Id. */
int EscapeQuot = 97;
/** RegularExpression Id. */
int EscapeApos = 98;
/** RegularExpression Id. */
int Lbrace = 99;
/** RegularExpression Id. */
int Rbrace = 100;
/** RegularExpression Id. */
int LessThanOpOrTagO = 101;
/** RegularExpression Id. */
int Slash = 102;
/** RegularExpression Id. */
int SlashSlash = 103;
/** RegularExpression Id. */
int QNameToken = 104;
/** RegularExpression Id. */
int NCNameTok = 105;
/** RegularExpression Id. */
int NCNameColonStar = 106;
/** RegularExpression Id. */
int StarColonNCName = 107;
/** RegularExpression Id. */
int Char = 108;
/** RegularExpression Id. */
int Digits = 109;
/** RegularExpression Id. */
int WhitespaceChar = 110;
/** RegularExpression Id. */
int Letter = 111;
/** RegularExpression Id. */
int BaseChar = 112;
/** RegularExpression Id. */
int Ideographic = 113;
/** RegularExpression Id. */
int CombiningChar = 114;
/** RegularExpression Id. */
int Digit = 115;
/** RegularExpression Id. */
int Extender = 116;
/** RegularExpression Id. */
int NotNumber = 117;
/** Lexical state. */
int DEFAULT = 0;
/** Lexical state. */
int EXPRFORMAT = 1;
/** Lexical state. */
int OPERAND = 2;
/** Lexical state. */
int OPERATOR = 3;
/** Lexical state. */
int SINGLETYPE = 4;
/** Lexical state. */
int ITEMTYPE = 5;
/** Lexical state. */
int KINDTEST = 6;
/** Lexical state. */
int CLOSEKINDTEST = 7;
/** Lexical state. */
int OCCURRENCEINDICATOR = 8;
/** Lexical state. */
int VARNAME = 9;
/** Literal token values. */
String[] tokenImage = {
"",
"\",\"",
"\"$\"",
"\"return\"",
"\"for\"",
"\"in\"",
"\"let\"",
"\":=\"",
"\"some\"",
"\"every\"",
"\"satisfies\"",
"\"if\"",
"\"(\"",
"\")\"",
"\"then\"",
"\"else\"",
"\"or\"",
"\"and\"",
"\"to\"",
"\"*\"",
"\"div\"",
"\"idiv\"",
"\"mod\"",
"\"union\"",
"\"|\"",
"\"intersect\"",
"\"except\"",
"\"instance\"",
"\"of\"",
"\"treat\"",
"\"as\"",
"\"castable\"",
"\"cast\"",
"\"=\"",
"\"!=\"",
"\"<=\"",
"\">\"",
"\">=\"",
"\"eq\"",
"\"ne\"",
"\"lt\"",
"\"le\"",
"\"gt\"",
"\"ge\"",
"\"is\"",
"\"<<\"",
"\">>\"",
"\"child\"",
"\"::\"",
"\"descendant\"",
"\"attribute\"",
"\"self\"",
"\"descendant-or-self\"",
"\"following-sibling\"",
"\"following\"",
"\"namespace\"",
"\"@\"",
"\"parent\"",
"\"ancestor\"",
"\"preceding-sibling\"",
"\"preceding\"",
"\"ancestor-or-self\"",
"\"..\"",
"\"[\"",
"\"]\"",
"\".\"",
"\"#\"",
"\"function\"",
"\"?\"",
"\"empty-sequence\"",
"\"item\"",
"\"node\"",
"\"document-node\"",
"\"text\"",
"\"comment\"",
"\"namespace-node\"",
"\"processing-instruction\"",
"\"schema-attribute\"",
"\"element\"",
"\"schema-element\"",
"",
"\" using \"",
"",
"",
"\"(:\"",
"\":)\"",
"",
"",
"",
"",
"",
"\"-\"",
"\"+\"",
"\"external\"",
"",
"",
"",
"\"\\\"\\\"\"",
"\"\\\'\\\'\"",
"\"{\"",
"\"}\"",
"\"<\"",
"\"/\"",
"\"//\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
};
}