Mac OS X Reference Library Apple Developer
Search

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; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27