Uses of Class
org.basex.query.util.regex.parse.ParseException
Packages that use ParseException
Package
Description
This module contains
JavaCC-generated classes for parsing XSD regular
expressions.-
Uses of ParseException in org.basex.query.util.regex.parse
Methods in org.basex.query.util.regex.parse that return ParseExceptionMethods in org.basex.query.util.regex.parse that throw ParseExceptionModifier and TypeMethodDescriptionfinal RegExpRegExParser.atom()Parses the "atom" rule.final BackRefRegExParser.backReference()Parses the "backReference" rule.final RegExpRegExParser.branch()Parses the "branch" rule.final LiteralRegExParser.Char()Parses the "Char" rule.final RegExpRegExParser.charClass()Parses the "charClass" rule.final RegExpRegExParser.charClassEsc()Parses the "charClassEsc" rule.final CharClassRegExParser.charClassExpr()Parses the "charClassExpr" rule.final intRegExParser.charOrEsc()Parses the "charOrEsc" rule.final RegExpRegExParser.charRange()Parses the "charRange" rule.final RegExpRegExParser.parse()Root production.final CharGroupRegExParser.posCharGroup()Parses the "posCharGroup" rule.final QuantifierRegExParser.quantifier()Parses the "quantifier" rule.final int[]RegExParser.quantity()Parses the "quantity" rule.final RegExpRegExParser.regExp()Parses the "regExp" rule.final intRegExParser.XmlChar()Parses the "XmlChar" rule.