XPathException

Module:
xpath
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

toString

toString


DOMString toString(); 

Member Data

code
INVALID_EXPRESSION_ERR
message
name
TYPE_ERR

code


readonly attribute unsigned short code; 


INVALID_EXPRESSION_ERR


const unsigned short INVALID_EXPRESSION_ERR = 51; 


message


readonly attribute DOMString message; 


name


readonly attribute DOMString name; 


TYPE_ERR


const unsigned short TYPE_ERR = 52; 

 

Last Updated: 2009-05-29