2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / libjava / gnu / xml / stream / XMLEventAllocatorImpl.h
blob374c125c42265bb336c7b5b1cbbaf6b75dbf5fbb
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_stream_XMLEventAllocatorImpl__
5 #define __gnu_xml_stream_XMLEventAllocatorImpl__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace stream
18 class XMLEventAllocatorImpl;
22 namespace javax
24 namespace xml
26 namespace stream
28 class XMLStreamReader;
29 namespace events
31 class XMLEvent;
33 namespace util
35 class XMLEventAllocator;
36 class XMLEventConsumer;
43 class gnu::xml::stream::XMLEventAllocatorImpl : public ::java::lang::Object
46 public: // actually protected
47 XMLEventAllocatorImpl();
48 public:
49 virtual ::javax::xml::stream::events::XMLEvent * allocate(::javax::xml::stream::XMLStreamReader *);
50 virtual void allocate(::javax::xml::stream::XMLStreamReader *, ::javax::xml::stream::util::XMLEventConsumer *);
51 virtual ::javax::xml::stream::util::XMLEventAllocator * newInstance();
52 public: // actually protected
53 virtual jboolean isWhitespace(::java::lang::String *);
54 ::java::util::Map * __attribute__((aligned(__alignof__( ::java::lang::Object)))) entityDeclarations;
55 public:
56 static ::java::lang::Class class$;
59 #endif // __gnu_xml_stream_XMLEventAllocatorImpl__