diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-09 19:58:05 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-09 19:58:05 +0000 |
| commit | 65bf3316cf384588453604be6b4f0ed3751a8b0f (patch) | |
| tree | 996a5f57d4a68c53473382e45cb22f574cb3e4db /libjava/org/w3c/dom/bootstrap | |
| parent | 8fc56618a84446beccd45b80381cdfe0e94050df (diff) | |
| download | ppe42-gcc-65bf3316cf384588453604be6b4f0ed3751a8b0f.tar.gz ppe42-gcc-65bf3316cf384588453604be6b4f0ed3751a8b0f.zip | |
Merged gcj-eclipse branch to trunk.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/org/w3c/dom/bootstrap')
5 files changed, 218 insertions, 0 deletions
diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$1.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$1.h new file mode 100644 index 00000000000..af85bdee28f --- /dev/null +++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$1.h @@ -0,0 +1,45 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__ +#define __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace w3c + { + namespace dom + { + class DOMImplementation; + namespace bootstrap + { + class DOMImplementationRegistry; + class DOMImplementationRegistry$1; + } + } + } + } +} + +class org::w3c::dom::bootstrap::DOMImplementationRegistry$1 : public ::java::lang::Object +{ + +public: // actually package-private + DOMImplementationRegistry$1(::org::w3c::dom::bootstrap::DOMImplementationRegistry *, ::java::util::Vector *); +public: + ::org::w3c::dom::DOMImplementation * item(jint); + jint getLength(); +public: // actually package-private + ::org::w3c::dom::bootstrap::DOMImplementationRegistry * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0; +private: + ::java::util::Vector * val$implementations; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$1__ diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$2.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$2.h new file mode 100644 index 00000000000..6d773f7f953 --- /dev/null +++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$2.h @@ -0,0 +1,37 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__ +#define __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace w3c + { + namespace dom + { + namespace bootstrap + { + class DOMImplementationRegistry$2; + } + } + } + } +} + +class org::w3c::dom::bootstrap::DOMImplementationRegistry$2 : public ::java::lang::Object +{ + +public: // actually package-private + DOMImplementationRegistry$2(); +public: + ::java::lang::Object * run(); + static ::java::lang::Class class$; +}; + +#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__ diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h new file mode 100644 index 00000000000..a54005f5cea --- /dev/null +++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h @@ -0,0 +1,40 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__ +#define __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace w3c + { + namespace dom + { + namespace bootstrap + { + class DOMImplementationRegistry$3; + } + } + } + } +} + +class org::w3c::dom::bootstrap::DOMImplementationRegistry$3 : public ::java::lang::Object +{ + +public: // actually package-private + DOMImplementationRegistry$3(::java::lang::String *); +public: + ::java::lang::Object * run(); +private: + ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) val$name; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__ diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$4.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$4.h new file mode 100644 index 00000000000..dbb86b0d3fb --- /dev/null +++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$4.h @@ -0,0 +1,41 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$4__ +#define __org_w3c_dom_bootstrap_DOMImplementationRegistry$4__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace w3c + { + namespace dom + { + namespace bootstrap + { + class DOMImplementationRegistry$4; + } + } + } + } +} + +class org::w3c::dom::bootstrap::DOMImplementationRegistry$4 : public ::java::lang::Object +{ + +public: // actually package-private + DOMImplementationRegistry$4(::java::lang::ClassLoader *, ::java::lang::String *); +public: + ::java::lang::Object * run(); +private: + ::java::lang::ClassLoader * __attribute__((aligned(__alignof__( ::java::lang::Object)))) val$classLoader; + ::java::lang::String * val$name; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$4__ diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry.h new file mode 100644 index 00000000000..7f284503d9b --- /dev/null +++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry.h @@ -0,0 +1,55 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry__ +#define __org_w3c_dom_bootstrap_DOMImplementationRegistry__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace org + { + namespace w3c + { + namespace dom + { + class DOMImplementation; + class DOMImplementationList; + class DOMImplementationSource; + namespace bootstrap + { + class DOMImplementationRegistry; + } + } + } + } +} + +class org::w3c::dom::bootstrap::DOMImplementationRegistry : public ::java::lang::Object +{ + + DOMImplementationRegistry(::java::util::Vector *); +public: + static ::org::w3c::dom::bootstrap::DOMImplementationRegistry * newInstance(); + ::org::w3c::dom::DOMImplementation * getDOMImplementation(::java::lang::String *); + ::org::w3c::dom::DOMImplementationList * getDOMImplementationList(::java::lang::String *); + void addSource(::org::w3c::dom::DOMImplementationSource *); +private: + static ::java::lang::ClassLoader * getClassLoader(); + static ::java::lang::String * getServiceValue(::java::lang::ClassLoader *); + static jboolean isJRE11(); + static ::java::lang::ClassLoader * getContextClassLoader(); + static ::java::lang::String * getSystemProperty(::java::lang::String *); + static ::java::io::InputStream * getResourceAsStream(::java::lang::ClassLoader *, ::java::lang::String *); +public: + static ::java::lang::String * PROPERTY; +private: + static const jint DEFAULT_LINE_LENGTH = 80; + ::java::util::Vector * __attribute__((aligned(__alignof__( ::java::lang::Object)))) sources; +public: + static ::java::lang::Class class$; +}; + +#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry__ |

