OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-dev/] [fsf-gcc-snapshot-1-mar-12/] [or1k-gcc/] [libjava/] [org/] [xml/] [sax/] [DTDHandler.h] - Diff between revs 761 and 783

Only display areas with differences | Details | Blame | View Log

Rev 761 Rev 783
 
 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
 
#ifndef __org_xml_sax_DTDHandler__
#ifndef __org_xml_sax_DTDHandler__
#define __org_xml_sax_DTDHandler__
#define __org_xml_sax_DTDHandler__
 
 
#pragma interface
#pragma interface
 
 
#include <java/lang/Object.h>
#include <java/lang/Object.h>
extern "Java"
extern "Java"
{
{
  namespace org
  namespace org
  {
  {
    namespace xml
    namespace xml
    {
    {
      namespace sax
      namespace sax
      {
      {
          class DTDHandler;
          class DTDHandler;
      }
      }
    }
    }
  }
  }
}
}
 
 
class org::xml::sax::DTDHandler : public ::java::lang::Object
class org::xml::sax::DTDHandler : public ::java::lang::Object
{
{
 
 
public:
public:
  virtual void notationDecl(::java::lang::String *, ::java::lang::String *, ::java::lang::String *) = 0;
  virtual void notationDecl(::java::lang::String *, ::java::lang::String *, ::java::lang::String *) = 0;
  virtual void unparsedEntityDecl(::java::lang::String *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *) = 0;
  virtual void unparsedEntityDecl(::java::lang::String *, ::java::lang::String *, ::java::lang::String *, ::java::lang::String *) = 0;
  static ::java::lang::Class class$;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));
} __attribute__ ((java_interface));
 
 
#endif // __org_xml_sax_DTDHandler__
#endif // __org_xml_sax_DTDHandler__
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.