toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.parsers
/
XPath31
XPath31
open
class
XPath31
Members
Constructors
XPath31
Link copied to clipboard
constructor
(
string
:
CharSequence
,
t
:
XPath31.EventHandler
)
Types
Event
Handler
Link copied to clipboard
interface
EventHandler
Nonterminal
Link copied to clipboard
open
class
Nonterminal
:
XPath31.Symbol
Parse
Exception
Link copied to clipboard
open
class
ParseException
:
RuntimeException
Symbol
Link copied to clipboard
abstract
class
Symbol
Terminal
Link copied to clipboard
open
class
Terminal
:
XPath31.Symbol
Top
Down
Tree
Builder
Link copied to clipboard
open
class
TopDownTreeBuilder
:
XPath31.EventHandler
Properties
input
Link copied to clipboard
open
val
input
:
CharSequence
Functions
get
Error
Message
Link copied to clipboard
open
fun
getErrorMessage
(
e
:
XPath31.ParseException
)
:
String
get
Expected
Token
Set
Link copied to clipboard
open
fun
getExpectedTokenSet
(
e
:
XPath31.ParseException
)
:
Array
<
String
>
get
Offending
Token
Link copied to clipboard
open
fun
getOffendingToken
(
e
:
XPath31.ParseException
)
:
String
get
Token
End
Link copied to clipboard
open
fun
getTokenEnd
(
)
:
Int
get
Token
Offset
Link copied to clipboard
open
fun
getTokenOffset
(
)
:
Int
initialize
Link copied to clipboard
open
fun
initialize
(
source
:
CharSequence
,
parsingEventHandler
:
XPath31.EventHandler
)
parse_XPath
Link copied to clipboard
open
fun
parse_XPath
(
)
reset
Link copied to clipboard
open
fun
reset
(
)
fun
reset
(
l
:
Int
,
b
:
Int
,
e
:
Int
)