summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/dom/DomComment.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/xml/dom/DomComment.h')
-rw-r--r--libjava/gnu/xml/dom/DomComment.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/libjava/gnu/xml/dom/DomComment.h b/libjava/gnu/xml/dom/DomComment.h
new file mode 100644
index 000000000..99c4a70e1
--- /dev/null
+++ b/libjava/gnu/xml/dom/DomComment.h
@@ -0,0 +1,35 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_xml_dom_DomComment__
+#define __gnu_xml_dom_DomComment__
+
+#pragma interface
+
+#include <gnu/xml/dom/DomCharacterData.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace xml
+ {
+ namespace dom
+ {
+ class DomComment;
+ class DomDocument;
+ }
+ }
+ }
+}
+
+class gnu::xml::dom::DomComment : public ::gnu::xml::dom::DomCharacterData
+{
+
+public: // actually protected
+ DomComment(::gnu::xml::dom::DomDocument *, ::java::lang::String *);
+public:
+ virtual ::java::lang::String * getNodeName();
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_xml_dom_DomComment__