RoundFunction.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_xpath_RoundFunction__
  3. #define __gnu_xml_xpath_RoundFunction__
  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 Expr;
  15. class RoundFunction;
  16. }
  17. }
  18. }
  19. namespace javax
  20. {
  21. namespace xml
  22. {
  23. namespace namespace$
  24. {
  25. class QName;
  26. }
  27. }
  28. }
  29. namespace org
  30. {
  31. namespace w3c
  32. {
  33. namespace dom
  34. {
  35. class Node;
  36. }
  37. }
  38. }
  39. }
  40. class gnu::xml::xpath::RoundFunction : public ::gnu::xml::xpath::Expr
  41. {
  42. public: // actually package-private
  43. RoundFunction(::java::util::List *);
  44. RoundFunction(::gnu::xml::xpath::Expr *);
  45. public:
  46. ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
  47. ::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
  48. jboolean references(::javax::xml::namespace$::QName *);
  49. ::java::lang::String * toString();
  50. public: // actually package-private
  51. ::gnu::xml::xpath::Expr * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Expr)))) arg;
  52. public:
  53. static ::java::lang::Class class$;
  54. };
  55. #endif // __gnu_xml_xpath_RoundFunction__