config/i386/cygming.h (DWARF2_UNWIND_INFO): Handle 64-bit
[official-gcc.git] / libjava / gnu / xml / dom / ImplementationList.h
blob68813a3069ccbfbdb47f6f624b3c8271ce2fb9db
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_xml_dom_ImplementationList__
5 #define __gnu_xml_dom_ImplementationList__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace xml
16 namespace dom
18 class ImplementationList;
22 namespace org
24 namespace w3c
26 namespace dom
28 class DOMImplementation;
34 class gnu::xml::dom::ImplementationList : public ::java::lang::Object
37 public: // actually package-private
38 ImplementationList(::java::util::List *);
39 public:
40 virtual jint getLength();
41 virtual ::org::w3c::dom::DOMImplementation * item(jint);
42 private:
43 ::java::util::List * __attribute__((aligned(__alignof__( ::java::lang::Object)))) list;
44 public:
45 static ::java::lang::Class class$;
48 #endif // __gnu_xml_dom_ImplementationList__