webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
XPathException Exception Reference

import"XPathException.idl";

Public Member Functions

DOMString toString ()
 

Public Attributes

readonly attribute unsigned short code
 
readonly attribute DOMString name
 
readonly attribute DOMString message
 
const unsigned short INVALID_EXPRESSION_ERR = 51
 
const unsigned short TYPE_ERR = 52
 

Member Function Documentation

◆ toString()

DOMString XPathException::toString ( )

Member Data Documentation

◆ code

readonly attribute unsigned short XPathException::code

◆ INVALID_EXPRESSION_ERR

const unsigned short XPathException::INVALID_EXPRESSION_ERR = 51

◆ message

readonly attribute DOMString XPathException::message

◆ name

readonly attribute DOMString XPathException::name

◆ TYPE_ERR

const unsigned short XPathException::TYPE_ERR = 52

The documentation for this exception was generated from the following file: