diff options
Diffstat (limited to 'gcc-4.6/libjava/gnu/xml/xpath/Constant.h')
| -rw-r--r-- | gcc-4.6/libjava/gnu/xml/xpath/Constant.h | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/gcc-4.6/libjava/gnu/xml/xpath/Constant.h b/gcc-4.6/libjava/gnu/xml/xpath/Constant.h deleted file mode 100644 index c957b37c3..000000000 --- a/gcc-4.6/libjava/gnu/xml/xpath/Constant.h +++ /dev/null @@ -1,60 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_xml_xpath_Constant__ -#define __gnu_xml_xpath_Constant__ - -#pragma interface - -#include <gnu/xml/xpath/Expr.h> -extern "Java" -{ - namespace gnu - { - namespace xml - { - namespace xpath - { - class Constant; - class Expr; - } - } - } - namespace javax - { - namespace xml - { - namespace namespace$ - { - class QName; - } - } - } - namespace org - { - namespace w3c - { - namespace dom - { - class Node; - } - } - } -} - -class gnu::xml::xpath::Constant : public ::gnu::xml::xpath::Expr -{ - -public: - Constant(::java::lang::Object *); - ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint); - ::gnu::xml::xpath::Expr * clone(::java::lang::Object *); - jboolean references(::javax::xml::namespace$::QName *); - ::java::lang::String * toString(); -public: // actually package-private - ::java::lang::Object * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Expr)))) value; -public: - static ::java::lang::Class class$; -}; - -#endif // __gnu_xml_xpath_Constant__ |
