DOM Reference Manual
All Packages
|
All Classes
|
Index
|
Frames
No Frames
XPathException
Properties
Package
dom.xpath
Interface
public interface XPathException
Introduced in:
DOM
3 XPath
A new exception has been created for exceptions specific to these XPath interfaces.
See also
W3C - XPathException
Public Properties
Property
Defined By
DOM
3 XPath
code
: Number
[read-only] The specific exception code.
XPathException
Property Detail
DOM
3 XPath
code
property
code:Number
[read-only]
Introduced in:
DOM
3 XPath
The specific exception code.
Implementation
public function get code():Number
See also
W3C - XPathException
Mon Aug 17 2009, 10:08 AM -04:00