config/i386/cygming.h (DWARF2_UNWIND_INFO): Handle 64-bit
[official-gcc.git] / libjava / gnu / xml / dom / DomCDATASection.h
blob9cfb8e625bc34c079eb992d17f9c0382502b3833
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_dom_DomCDATASection__
5 #define __gnu_xml_dom_DomCDATASection__
7 #pragma interface
9 #include <gnu/xml/dom/DomText.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace gnu
16 namespace xml
18 namespace dom
20 class DomCDATASection;
21 class DomDocument;
27 class gnu::xml::dom::DomCDATASection : public ::gnu::xml::dom::DomText
30 public: // actually protected
31 DomCDATASection(::gnu::xml::dom::DomDocument *, ::java::lang::String *);
32 DomCDATASection(::gnu::xml::dom::DomDocument *, JArray< jchar > *, jint, jint);
33 public:
34 virtual ::java::lang::String * getNodeName();
35 static ::java::lang::Class class$;
38 #endif // __gnu_xml_dom_DomCDATASection__