XMLParser$ContentParticle.h 849 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_stream_XMLParser$ContentParticle__
  3. #define __gnu_xml_stream_XMLParser$ContentParticle__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace stream
  13. {
  14. class XMLParser;
  15. class XMLParser$ContentParticle;
  16. }
  17. }
  18. }
  19. }
  20. class gnu::xml::stream::XMLParser$ContentParticle : public ::java::lang::Object
  21. {
  22. public: // actually package-private
  23. XMLParser$ContentParticle(::gnu::xml::stream::XMLParser *);
  24. jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) min;
  25. jint max;
  26. ::java::lang::Object * content;
  27. ::gnu::xml::stream::XMLParser * this$0;
  28. public:
  29. static ::java::lang::Class class$;
  30. };
  31. #endif // __gnu_xml_stream_XMLParser$ContentParticle__