107210731074107510761077107810791080
void throwSyntaxException(String message) throws SAXPathException { String xpath = this.lexer.getXPath(); int position = LT(1).getTokenBegin(); throw new XPathSyntaxException( xpath, position, message ); }
108410851086108710881089109010911092
String xpath = this.lexer.getXPath(); int position = LT(1).getTokenBegin(); String message = "Expected valid axis name instead of [" + invalidAxis + "]"; throw new XPathSyntaxException( xpath, position, message ); }