Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / gnu / xml / xpath / IdFunction.h
blobefe1f3e543cc4fbbbe77e8f5c4c157a9d92ee3bc
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_xpath_IdFunction__
5 #define __gnu_xml_xpath_IdFunction__
7 #pragma interface
9 #include <gnu/xml/xpath/Pattern.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace xpath
18 class Expr;
19 class IdFunction;
23 namespace javax
25 namespace xml
27 namespace namespace
29 class QName;
33 namespace org
35 namespace w3c
37 namespace dom
39 class Node;
45 class gnu::xml::xpath::IdFunction : public ::gnu::xml::xpath::Pattern
48 public: // actually package-private
49 IdFunction(::java::util::List *);
50 public:
51 IdFunction(::gnu::xml::xpath::Expr *);
52 jboolean matches(::org::w3c::dom::Node *);
53 ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
54 ::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
55 jboolean references(::javax::xml::namespace::QName *);
56 ::java::lang::String * toString();
57 public: // actually package-private
58 ::gnu::xml::xpath::Expr * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Pattern)))) arg;
59 public:
60 static ::java::lang::Class class$;
63 #endif // __gnu_xml_xpath_IdFunction__