XPathSyntaxChecker

@JSExportTopLevel("XPathSyntaxChecker") object XPathSyntaxChecker

Program that checks the syntax of an XPath expression, showing if it can be successfully parsed.

It is tightly integrated with the corresponding HTML page.

class Object
trait Matchable
class Any

Value members

Concrete methods

@JSExport("checkSyntax")
def checkSyntax(xpathString: String): Unit
@JSExport("clear")
def clear(): Unit
@JSExport("clearColor")
def clearColor(): Unit