ImplementationSource.h 1.29 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_xml_dom_ImplementationSource__
#define __gnu_xml_dom_ImplementationSource__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace xml
    {
      namespace dom
      {
          class ImplementationSource;
      }
    }
  }
  namespace org
  {
    namespace w3c
    {
      namespace dom
      {
          class DOMImplementation;
          class DOMImplementationList;
      }
    }
  }
}

class gnu::xml::dom::ImplementationSource : public ::java::lang::Object
{

public:
  ImplementationSource();
  virtual ::org::w3c::dom::DOMImplementation * getDOMImplementation(::java::lang::String *);
  virtual ::org::w3c::dom::DOMImplementationList * getDOMImplementationList(::java::lang::String *);
private:
  ::java::util::List * getImplementations(::java::lang::String *);
public: // actually package-private
  virtual ::java::util::List * parseFeatures(::java::lang::String *);
  virtual ::java::lang::String * getFeature(::java::lang::String *, jint, jint);
private:
  static ::java::lang::String * DIGITS;
  static JArray< ::org::w3c::dom::DOMImplementation * > * implementations;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_xml_dom_ImplementationSource__