XMLEventAllocatorImpl.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_stream_XMLEventAllocatorImpl__
  3. #define __gnu_xml_stream_XMLEventAllocatorImpl__
  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 XMLEventAllocatorImpl;
  15. }
  16. }
  17. }
  18. namespace javax
  19. {
  20. namespace xml
  21. {
  22. namespace stream
  23. {
  24. class XMLStreamReader;
  25. namespace events
  26. {
  27. class XMLEvent;
  28. }
  29. namespace util
  30. {
  31. class XMLEventAllocator;
  32. class XMLEventConsumer;
  33. }
  34. }
  35. }
  36. }
  37. }
  38. class gnu::xml::stream::XMLEventAllocatorImpl : public ::java::lang::Object
  39. {
  40. public: // actually protected
  41. XMLEventAllocatorImpl();
  42. public:
  43. virtual ::javax::xml::stream::events::XMLEvent * allocate(::javax::xml::stream::XMLStreamReader *);
  44. virtual void allocate(::javax::xml::stream::XMLStreamReader *, ::javax::xml::stream::util::XMLEventConsumer *);
  45. virtual ::javax::xml::stream::util::XMLEventAllocator * newInstance();
  46. public: // actually protected
  47. virtual jboolean isWhitespace(::java::lang::String *);
  48. ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) entityDeclarations;
  49. public:
  50. static ::java::lang::Class class$;
  51. };
  52. #endif // __gnu_xml_stream_XMLEventAllocatorImpl__