aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/xml/xpath
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2016-09-30 16:24:48 +0000
committerAndrew Haley <aph@gcc.gnu.org>2016-09-30 16:24:48 +0000
commit07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch)
tree3f22b3241c513ad168c8353805614ae1249410f4 /libjava/javax/xml/xpath
parenteae993948bae8b788c53772bcb9217c063716f93 (diff)
downloadgcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz
gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com> * Makefile.def: Remove libjava. * Makefile.tpl: Likewise. * Makefile.in: Regenerate. * configure.ac: Likewise. * configure: Likewise. * gcc/java: Remove. * libjava: Likewise. From-SVN: r240662
Diffstat (limited to 'libjava/javax/xml/xpath')
-rw-r--r--libjava/javax/xml/xpath/XPath.h61
-rw-r--r--libjava/javax/xml/xpath/XPathConstants.h42
-rw-r--r--libjava/javax/xml/xpath/XPathException.h42
-rw-r--r--libjava/javax/xml/xpath/XPathExpression.h49
-rw-r--r--libjava/javax/xml/xpath/XPathExpressionException.h36
-rw-r--r--libjava/javax/xml/xpath/XPathFactory.h49
-rw-r--r--libjava/javax/xml/xpath/XPathFactoryConfigurationException.h36
-rw-r--r--libjava/javax/xml/xpath/XPathFunction.h32
-rw-r--r--libjava/javax/xml/xpath/XPathFunctionException.h36
-rw-r--r--libjava/javax/xml/xpath/XPathFunctionResolver.h37
-rw-r--r--libjava/javax/xml/xpath/XPathVariableResolver.h36
11 files changed, 0 insertions, 456 deletions
diff --git a/libjava/javax/xml/xpath/XPath.h b/libjava/javax/xml/xpath/XPath.h
deleted file mode 100644
index a19cd75..0000000
--- a/libjava/javax/xml/xpath/XPath.h
+++ /dev/null
@@ -1,61 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPath__
-#define __javax_xml_xpath_XPath__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace namespace$
- {
- class NamespaceContext;
- class QName;
- }
- namespace xpath
- {
- class XPath;
- class XPathExpression;
- class XPathFunctionResolver;
- class XPathVariableResolver;
- }
- }
- }
- namespace org
- {
- namespace xml
- {
- namespace sax
- {
- class InputSource;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPath : public ::java::lang::Object
-{
-
-public:
- virtual void reset() = 0;
- virtual void setXPathVariableResolver(::javax::xml::xpath::XPathVariableResolver *) = 0;
- virtual ::javax::xml::xpath::XPathVariableResolver * getXPathVariableResolver() = 0;
- virtual void setXPathFunctionResolver(::javax::xml::xpath::XPathFunctionResolver *) = 0;
- virtual ::javax::xml::xpath::XPathFunctionResolver * getXPathFunctionResolver() = 0;
- virtual void setNamespaceContext(::javax::xml::namespace$::NamespaceContext *) = 0;
- virtual ::javax::xml::namespace$::NamespaceContext * getNamespaceContext() = 0;
- virtual ::javax::xml::xpath::XPathExpression * compile(::java::lang::String *) = 0;
- virtual ::java::lang::Object * evaluate(::java::lang::String *, ::java::lang::Object *, ::javax::xml::namespace$::QName *) = 0;
- virtual ::java::lang::String * evaluate(::java::lang::String *, ::java::lang::Object *) = 0;
- virtual ::java::lang::Object * evaluate(::java::lang::String *, ::org::xml::sax::InputSource *, ::javax::xml::namespace$::QName *) = 0;
- virtual ::java::lang::String * evaluate(::java::lang::String *, ::org::xml::sax::InputSource *) = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_xml_xpath_XPath__
diff --git a/libjava/javax/xml/xpath/XPathConstants.h b/libjava/javax/xml/xpath/XPathConstants.h
deleted file mode 100644
index 5cb800c..0000000
--- a/libjava/javax/xml/xpath/XPathConstants.h
+++ /dev/null
@@ -1,42 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathConstants__
-#define __javax_xml_xpath_XPathConstants__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace namespace$
- {
- class QName;
- }
- namespace xpath
- {
- class XPathConstants;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathConstants : public ::java::lang::Object
-{
-
- XPathConstants();
-public:
- static ::javax::xml::namespace$::QName * NUMBER;
- static ::javax::xml::namespace$::QName * STRING;
- static ::javax::xml::namespace$::QName * BOOLEAN;
- static ::javax::xml::namespace$::QName * NODESET;
- static ::javax::xml::namespace$::QName * NODE;
- static ::java::lang::String * DOM_OBJECT_MODEL;
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathConstants__
diff --git a/libjava/javax/xml/xpath/XPathException.h b/libjava/javax/xml/xpath/XPathException.h
deleted file mode 100644
index a495a94..0000000
--- a/libjava/javax/xml/xpath/XPathException.h
+++ /dev/null
@@ -1,42 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathException__
-#define __javax_xml_xpath_XPathException__
-
-#pragma interface
-
-#include <java/lang/Exception.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPathException;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathException : public ::java::lang::Exception
-{
-
-public:
- XPathException(::java::lang::String *);
- XPathException(::java::lang::Throwable *);
- virtual ::java::lang::Throwable * getCause();
- virtual void printStackTrace();
- virtual void printStackTrace(::java::io::PrintStream *);
- virtual void printStackTrace(::java::io::PrintWriter *);
-private:
- static const jlong serialVersionUID = -1837080260374986980LL;
-public: // actually package-private
- ::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) cause;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathException__
diff --git a/libjava/javax/xml/xpath/XPathExpression.h b/libjava/javax/xml/xpath/XPathExpression.h
deleted file mode 100644
index 389e5f6..0000000
--- a/libjava/javax/xml/xpath/XPathExpression.h
+++ /dev/null
@@ -1,49 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathExpression__
-#define __javax_xml_xpath_XPathExpression__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace namespace$
- {
- class QName;
- }
- namespace xpath
- {
- class XPathExpression;
- }
- }
- }
- namespace org
- {
- namespace xml
- {
- namespace sax
- {
- class InputSource;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathExpression : public ::java::lang::Object
-{
-
-public:
- virtual ::java::lang::Object * evaluate(::java::lang::Object *, ::javax::xml::namespace$::QName *) = 0;
- virtual ::java::lang::String * evaluate(::java::lang::Object *) = 0;
- virtual ::java::lang::Object * evaluate(::org::xml::sax::InputSource *, ::javax::xml::namespace$::QName *) = 0;
- virtual ::java::lang::String * evaluate(::org::xml::sax::InputSource *) = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_xml_xpath_XPathExpression__
diff --git a/libjava/javax/xml/xpath/XPathExpressionException.h b/libjava/javax/xml/xpath/XPathExpressionException.h
deleted file mode 100644
index e619bbd..0000000
--- a/libjava/javax/xml/xpath/XPathExpressionException.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathExpressionException__
-#define __javax_xml_xpath_XPathExpressionException__
-
-#pragma interface
-
-#include <javax/xml/xpath/XPathException.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPathExpressionException;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathExpressionException : public ::javax::xml::xpath::XPathException
-{
-
-public:
- XPathExpressionException(::java::lang::String *);
- XPathExpressionException(::java::lang::Throwable *);
-private:
- static const jlong serialVersionUID = -1837080260374986980LL;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathExpressionException__
diff --git a/libjava/javax/xml/xpath/XPathFactory.h b/libjava/javax/xml/xpath/XPathFactory.h
deleted file mode 100644
index f4b9ac6..0000000
--- a/libjava/javax/xml/xpath/XPathFactory.h
+++ /dev/null
@@ -1,49 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathFactory__
-#define __javax_xml_xpath_XPathFactory__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPath;
- class XPathFactory;
- class XPathFunctionResolver;
- class XPathVariableResolver;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathFactory : public ::java::lang::Object
-{
-
-public: // actually protected
- XPathFactory();
-public:
- static ::javax::xml::xpath::XPathFactory * newInstance();
- static ::javax::xml::xpath::XPathFactory * newInstance(::java::lang::String *);
-private:
- static ::java::lang::String * getFactoryClassName(::java::lang::ClassLoader *, jint);
-public:
- virtual jboolean isObjectModelSupported(::java::lang::String *) = 0;
- virtual void setFeature(::java::lang::String *, jboolean) = 0;
- virtual jboolean getFeature(::java::lang::String *) = 0;
- virtual void setXPathVariableResolver(::javax::xml::xpath::XPathVariableResolver *) = 0;
- virtual void setXPathFunctionResolver(::javax::xml::xpath::XPathFunctionResolver *) = 0;
- virtual ::javax::xml::xpath::XPath * newXPath() = 0;
- static ::java::lang::String * DEFAULT_PROPERTY_NAME;
- static ::java::lang::String * DEFAULT_OBJECT_MODEL_URI;
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathFactory__
diff --git a/libjava/javax/xml/xpath/XPathFactoryConfigurationException.h b/libjava/javax/xml/xpath/XPathFactoryConfigurationException.h
deleted file mode 100644
index 35ee442..0000000
--- a/libjava/javax/xml/xpath/XPathFactoryConfigurationException.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathFactoryConfigurationException__
-#define __javax_xml_xpath_XPathFactoryConfigurationException__
-
-#pragma interface
-
-#include <javax/xml/xpath/XPathException.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPathFactoryConfigurationException;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathFactoryConfigurationException : public ::javax::xml::xpath::XPathException
-{
-
-public:
- XPathFactoryConfigurationException(::java::lang::String *);
- XPathFactoryConfigurationException(::java::lang::Throwable *);
-private:
- static const jlong serialVersionUID = -1837080260374986980LL;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathFactoryConfigurationException__
diff --git a/libjava/javax/xml/xpath/XPathFunction.h b/libjava/javax/xml/xpath/XPathFunction.h
deleted file mode 100644
index adc7636..0000000
--- a/libjava/javax/xml/xpath/XPathFunction.h
+++ /dev/null
@@ -1,32 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathFunction__
-#define __javax_xml_xpath_XPathFunction__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPathFunction;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathFunction : public ::java::lang::Object
-{
-
-public:
- virtual ::java::lang::Object * evaluate(::java::util::List *) = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_xml_xpath_XPathFunction__
diff --git a/libjava/javax/xml/xpath/XPathFunctionException.h b/libjava/javax/xml/xpath/XPathFunctionException.h
deleted file mode 100644
index 690332a..0000000
--- a/libjava/javax/xml/xpath/XPathFunctionException.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathFunctionException__
-#define __javax_xml_xpath_XPathFunctionException__
-
-#pragma interface
-
-#include <javax/xml/xpath/XPathExpressionException.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace xpath
- {
- class XPathFunctionException;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathFunctionException : public ::javax::xml::xpath::XPathExpressionException
-{
-
-public:
- XPathFunctionException(::java::lang::String *);
- XPathFunctionException(::java::lang::Throwable *);
-private:
- static const jlong serialVersionUID = -1837080260374986980LL;
-public:
- static ::java::lang::Class class$;
-};
-
-#endif // __javax_xml_xpath_XPathFunctionException__
diff --git a/libjava/javax/xml/xpath/XPathFunctionResolver.h b/libjava/javax/xml/xpath/XPathFunctionResolver.h
deleted file mode 100644
index 1061227..0000000
--- a/libjava/javax/xml/xpath/XPathFunctionResolver.h
+++ /dev/null
@@ -1,37 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathFunctionResolver__
-#define __javax_xml_xpath_XPathFunctionResolver__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace namespace$
- {
- class QName;
- }
- namespace xpath
- {
- class XPathFunction;
- class XPathFunctionResolver;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathFunctionResolver : public ::java::lang::Object
-{
-
-public:
- virtual ::javax::xml::xpath::XPathFunction * resolveFunction(::javax::xml::namespace$::QName *, jint) = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_xml_xpath_XPathFunctionResolver__
diff --git a/libjava/javax/xml/xpath/XPathVariableResolver.h b/libjava/javax/xml/xpath/XPathVariableResolver.h
deleted file mode 100644
index dfbd635..0000000
--- a/libjava/javax/xml/xpath/XPathVariableResolver.h
+++ /dev/null
@@ -1,36 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __javax_xml_xpath_XPathVariableResolver__
-#define __javax_xml_xpath_XPathVariableResolver__
-
-#pragma interface
-
-#include <java/lang/Object.h>
-extern "Java"
-{
- namespace javax
- {
- namespace xml
- {
- namespace namespace$
- {
- class QName;
- }
- namespace xpath
- {
- class XPathVariableResolver;
- }
- }
- }
-}
-
-class javax::xml::xpath::XPathVariableResolver : public ::java::lang::Object
-{
-
-public:
- virtual ::java::lang::Object * resolveVariable(::javax::xml::namespace$::QName *) = 0;
- static ::java::lang::Class class$;
-} __attribute__ ((java_interface));
-
-#endif // __javax_xml_xpath_XPathVariableResolver__