Path.h 726 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_xpath_Path__
  3. #define __gnu_xml_xpath_Path__
  4. #pragma interface
  5. #include <gnu/xml/xpath/Pattern.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace xpath
  13. {
  14. class Path;
  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::Path : public ::gnu::xml::xpath::Pattern
  30. {
  31. public: // actually package-private
  32. Path();
  33. virtual ::java::util::Collection * evaluate(::org::w3c::dom::Node *, ::java::util::Collection *) = 0;
  34. public:
  35. static ::java::lang::Class class$;
  36. };
  37. #endif // __gnu_xml_xpath_Path__