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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [xml/] [sax/] [ext/] [Locator2Impl.h] - Blame information for rev 761

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 761 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __org_xml_sax_ext_Locator2Impl__
5
#define __org_xml_sax_ext_Locator2Impl__
6
 
7
#pragma interface
8
 
9
#include <org/xml/sax/helpers/LocatorImpl.h>
10
extern "Java"
11
{
12
  namespace org
13
  {
14
    namespace xml
15
    {
16
      namespace sax
17
      {
18
          class Locator;
19
        namespace ext
20
        {
21
            class Locator2Impl;
22
        }
23
      }
24
    }
25
  }
26
}
27
 
28
class org::xml::sax::ext::Locator2Impl : public ::org::xml::sax::helpers::LocatorImpl
29
{
30
 
31
public:
32
  Locator2Impl();
33
  Locator2Impl(::org::xml::sax::Locator *);
34
  virtual ::java::lang::String * getXMLVersion();
35
  virtual ::java::lang::String * getEncoding();
36
  virtual void setXMLVersion(::java::lang::String *);
37
  virtual void setEncoding(::java::lang::String *);
38
private:
39
  ::java::lang::String * __attribute__((aligned(__alignof__( ::org::xml::sax::helpers::LocatorImpl)))) encoding;
40
  ::java::lang::String * version;
41
public:
42
  static ::java::lang::Class class$;
43
};
44
 
45
#endif // __org_xml_sax_ext_Locator2Impl__

powered by: WebSVN 2.1.0

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