OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XPathException
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/xml/
XPathException.h
38
class
XPathException
: public ExceptionBase {
40
static PassRefPtr<
XPathException
> create(const ExceptionCodeDescription& description)
42
return adoptRef(new
XPathException
(description));
54
XPathException
(const ExceptionCodeDescription& description)
/libcore/luni/src/main/java/javax/xml/xpath/
XPathException.java
17
// $Id:
XPathException
.java 446598 2006-09-15 12:55:40Z jeremias $
24
* <code>
XPathException
</code> represents a generic XPath exception.</p>
31
public class
XPathException
extends Exception {
41
* <p>Constructs a new <code>
XPathException
</code> with the specified detail <code>message</code>.</p>
49
public
XPathException
(String message) {
58
* <p>Constructs a new <code>
XPathException
</code> with the specified <code>cause</code>.</p>
66
public
XPathException
(Throwable cause) {
/external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java
19
* $Id:
XPathException
.java 468655 2006-10-28 07:12:06Z minchau $
36
public class
XPathException
extends TransformerException
68
* Create an
XPathException
object that holds
72
public
XPathException
(String message, ExpressionNode ex)
80
* Create an
XPathException
object that holds
84
public
XPathException
(String message)
123
* Create an
XPathException
object that holds
129
public
XPathException
(String message, Object styleNode)
138
* Create an
XPathException
object that holds
146
public
XPathException
(String message, Node styleNode, Exception e
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java
33
import org.apache.xpath.
XPathException
;
709
throw new
XPathException
(fmsg, this);
/external/jdiff/
xerces.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 284 milliseconds