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