summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/stream/EndDocumentImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/xml/stream/EndDocumentImpl.h')
-rw-r--r--libjava/gnu/xml/stream/EndDocumentImpl.h45
1 files changed, 45 insertions, 0 deletions
diff --git a/libjava/gnu/xml/stream/EndDocumentImpl.h b/libjava/gnu/xml/stream/EndDocumentImpl.h
new file mode 100644
index 000000000..a7bbf05aa
--- /dev/null
+++ b/libjava/gnu/xml/stream/EndDocumentImpl.h
@@ -0,0 +1,45 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_xml_stream_EndDocumentImpl__
+#define __gnu_xml_stream_EndDocumentImpl__
+
+#pragma interface
+
+#include <gnu/xml/stream/XMLEventImpl.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace xml
+ {
+ namespace stream
+ {
+ class EndDocumentImpl;
+ }
+ }
+ }
+ namespace javax
+ {
+ namespace xml
+ {
+ namespace stream
+ {
+ class Location;
+ }
+ }
+ }
+}
+
+class gnu::xml::stream::EndDocumentImpl : public ::gnu::xml::stream::XMLEventImpl
+{
+
+public: // actually protected
+ EndDocumentImpl(::javax::xml::stream::Location *);
+public:
+ virtual jint getEventType();
+ virtual void writeAsEncodedUnicode(::java::io::Writer *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_xml_stream_EndDocumentImpl__