Package com.xmlcalabash.parsers
Class XPath31
-
- All Implemented Interfaces:
public class XPath31
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
XPath31.ParseException
public interface
XPath31.EventHandler
public class
XPath31.TopDownTreeBuilder
public abstract class
XPath31.Symbol
public class
XPath31.Terminal
public class
XPath31.Nonterminal
-
Field Summary
Fields Modifier and Type Field Description public CharSequence
input
-
Constructor Summary
Constructors Constructor Description XPath31(CharSequence string, XPath31.EventHandler t)
-
Method Summary
Modifier and Type Method Description CharSequence
getInput()
void
initialize(CharSequence source, XPath31.EventHandler parsingEventHandler)
int
getTokenOffset()
int
getTokenEnd()
final void
reset(int l, int b, int e)
void
reset()
static String
getOffendingToken(XPath31.ParseException e)
static Array<String>
getExpectedTokenSet(XPath31.ParseException e)
String
getErrorMessage(XPath31.ParseException e)
void
parse_XPath()
-
-
Constructor Detail
-
XPath31
XPath31(CharSequence string, XPath31.EventHandler t)
-
-
Method Detail
-
getInput
CharSequence getInput()
-
initialize
void initialize(CharSequence source, XPath31.EventHandler parsingEventHandler)
-
getTokenOffset
int getTokenOffset()
-
getTokenEnd
int getTokenEnd()
-
reset
final void reset(int l, int b, int e)
-
reset
void reset()
-
getOffendingToken
static String getOffendingToken(XPath31.ParseException e)
-
getExpectedTokenSet
static Array<String> getExpectedTokenSet(XPath31.ParseException e)
-
getErrorMessage
String getErrorMessage(XPath31.ParseException e)
-
parse_XPath
void parse_XPath()
-
-
-
-