match.pd: Relax some tree_nop_conversion_p
[official-gcc.git] / libjava / gnu / xml / xpath / Path.h
blobf36b5ceffe3d5ff63e7e6faba1091c34e5d02085
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_xpath_Path__
5 #define __gnu_xml_xpath_Path__
7 #pragma interface
9 #include <gnu/xml/xpath/Pattern.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace xpath
18 class Path;
22 namespace org
24 namespace w3c
26 namespace dom
28 class Node;
34 class gnu::xml::xpath::Path : public ::gnu::xml::xpath::Pattern
37 public: // actually package-private
38 Path();
39 virtual ::java::util::Collection * evaluate(::org::w3c::dom::Node *, ::java::util::Collection *) = 0;
40 public:
41 static ::java::lang::Class class$;
44 #endif // __gnu_xml_xpath_Path__