config/i386/cygming.h (DWARF2_UNWIND_INFO): Handle 64-bit
[official-gcc.git] / libjava / gnu / xml / dom / DomNotation.h
blob0d26797c7a23edd6c665c97f0a5d9fcf9837cbcb
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_dom_DomNotation__
5 #define __gnu_xml_dom_DomNotation__
7 #pragma interface
9 #include <gnu/xml/dom/DomExtern.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace dom
18 class DomDocument;
19 class DomNotation;
25 class gnu::xml::dom::DomNotation : public ::gnu::xml::dom::DomExtern
28 public: // actually protected
29 DomNotation(::gnu::xml::dom::DomDocument *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *);
30 public:
31 virtual ::java::lang::String * getBaseURI();
32 static ::java::lang::Class class$;
35 #endif // __gnu_xml_dom_DomNotation__