Pattern.h 655 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_xpath_Pattern__
  3. #define __gnu_xml_xpath_Pattern__
  4. #pragma interface
  5. #include <gnu/xml/xpath/Expr.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace xpath
  13. {
  14. class Pattern;
  15. }
  16. }
  17. }
  18. namespace org
  19. {
  20. namespace w3c
  21. {
  22. namespace dom
  23. {
  24. class Node;
  25. }
  26. }
  27. }
  28. }
  29. class gnu::xml::xpath::Pattern : public ::gnu::xml::xpath::Expr
  30. {
  31. public:
  32. Pattern();
  33. virtual jboolean matches(::org::w3c::dom::Node *) = 0;
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __gnu_xml_xpath_Pattern__