HomeSort by relevance Sort by last modified time
    Searched refs:XPathException (Results 1 - 21 of 21) 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)
XPathResult.cpp 36 #include "XPathException.h"
94 ec = XPathException::TYPE_ERR;
101 ec = XPathException::TYPE_ERR;
109 ec = XPathException::TYPE_ERR;
126 ec = XPathException::TYPE_ERR;
135 ec = XPathException::TYPE_ERR;
144 ec = XPathException::TYPE_ERR;
153 ec = XPathException::TYPE_ERR;
176 ec = XPathException::TYPE_ERR;
186 ec = XPathException::TYPE_ERR
    [all...]
XPathException.idl 34 ] XPathException {
XPathExpression.cpp 34 #include "XPathException.h"
80 ec = XPathException::INVALID_EXPRESSION_ERR;
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathProcessorException.java 24 * Derived from XPathException in order that XPath processor
28 public class XPathProcessorException extends XPathException
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...]
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpressionException.java 29 public class XPathExpressionException extends XPathException {
XPathFactoryConfigurationException.java 29 public class XPathFactoryConfigurationException extends XPathException {
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/webkit/Source/WebCore/bindings/js/
JSExceptionBase.cpp 61 if (XPathException* pathException = toXPathException(value))
JSDOMBinding.cpp 72 #include "XPathException.h"
350 errorObject = toJS(exec, globalObject, XPathException::create(description));
  /external/webkit/Source/WebCore/dom/
ExceptionCode.cpp 39 #include "XPathException.h"
285 } else if (code >= XPathException::XPathExceptionOffset && code <= XPathException::XPathExceptionMax) {
288 code -= XPathException::XPathExceptionOffset;
293 nameTableOffset = XPathException::INVALID_EXPRESSION_ERR;
  /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/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 699 exception = toV8(XPathException::create(description));
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 613 attribute XPathExceptionConstructor XPathException;
    [all...]
  /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 271 milliseconds