Uses of Class
org.basex.query.regex.parse.ParseException

Packages that use ParseException
org.basex.query.regex.parse This module contains JavaCC-generated classes for parsing XSD regular expressions. 
 

Uses of ParseException in org.basex.query.regex.parse
 

Methods in org.basex.query.regex.parse that return ParseException
 ParseException RegExParser.generateParseException()
          Generate ParseException.
 

Methods in org.basex.query.regex.parse that throw ParseException
 RegExp RegExParser.atom()
          Parses the "atom" rule.
 BackRef RegExParser.backReference()
          Parses the "backReference" rule.
 RegExp RegExParser.branch()
          Parses the "branch" rule.
 Literal RegExParser.Char()
          Parses the "Char" rule.
 RegExp RegExParser.charClass()
          Parses the "charClass" rule.
 RegExp RegExParser.charClassEsc()
          Parses the "charClassEsc" rule.
 CharClass RegExParser.charClassExpr()
          Parses the "charClassExpr" rule.
 int RegExParser.charOrEsc()
          Parses the "charOrEsc" rule.
 RegExp RegExParser.charRange()
          Parses the "charRange" rule.
 RegExp RegExParser.parse()
          Root production.
 CharGroup RegExParser.posCharGroup()
          Parses the "posCharGroup" rule.
 Quantifier RegExParser.quantifier()
          Parses the "quantifier" rule.
 int[] RegExParser.quantity()
          Parses the "quantity" rule.
 RegExp RegExParser.regExp()
          Parses the "regExp" rule.
 int RegExParser.XmlChar()
          Parses the "XmlChar" rule.