diff options
Diffstat (limited to 'gcc-4.6/libjava/gnu/xml/dom/html2/DomHTMLImpl.h')
| -rw-r--r-- | gcc-4.6/libjava/gnu/xml/dom/html2/DomHTMLImpl.h | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/gcc-4.6/libjava/gnu/xml/dom/html2/DomHTMLImpl.h b/gcc-4.6/libjava/gnu/xml/dom/html2/DomHTMLImpl.h deleted file mode 100644 index c2d322c11..000000000 --- a/gcc-4.6/libjava/gnu/xml/dom/html2/DomHTMLImpl.h +++ /dev/null @@ -1,49 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __gnu_xml_dom_html2_DomHTMLImpl__ -#define __gnu_xml_dom_html2_DomHTMLImpl__ - -#pragma interface - -#include <gnu/xml/dom/DomImpl.h> -extern "Java" -{ - namespace gnu - { - namespace xml - { - namespace dom - { - namespace html2 - { - class DomHTMLImpl; - } - } - } - } - namespace org - { - namespace w3c - { - namespace dom - { - class Document; - } - } - } -} - -class gnu::xml::dom::html2::DomHTMLImpl : public ::gnu::xml::dom::DomImpl -{ - -public: - DomHTMLImpl(); -public: // actually protected - virtual ::org::w3c::dom::Document * createDocument(); -public: - virtual ::java::lang::Object * getFeature(::java::lang::String *, ::java::lang::String *); - static ::java::lang::Class class$; -}; - -#endif // __gnu_xml_dom_html2_DomHTMLImpl__ |
