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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [org/] [xml/] [sax/] [helpers/] [LocatorImpl.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_helpers_LocatorImpl__
5
#define __org_xml_sax_helpers_LocatorImpl__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace org
13
  {
14
    namespace xml
15
    {
16
      namespace sax
17
      {
18
          class Locator;
19
        namespace helpers
20
        {
21
            class LocatorImpl;
22
        }
23
      }
24
    }
25
  }
26
}
27
 
28
class org::xml::sax::helpers::LocatorImpl : public ::java::lang::Object
29
{
30
 
31
public:
32
  LocatorImpl();
33
  LocatorImpl(::org::xml::sax::Locator *);
34
  virtual ::java::lang::String * getPublicId();
35
  virtual ::java::lang::String * getSystemId();
36
  virtual jint getLineNumber();
37
  virtual jint getColumnNumber();
38
  virtual void setPublicId(::java::lang::String *);
39
  virtual void setSystemId(::java::lang::String *);
40
  virtual void setLineNumber(jint);
41
  virtual void setColumnNumber(jint);
42
private:
43
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) publicId;
44
  ::java::lang::String * systemId;
45
  jint lineNumber;
46
  jint columnNumber;
47
public:
48
  static ::java::lang::Class class$;
49
};
50
 
51
#endif // __org_xml_sax_helpers_LocatorImpl__

powered by: WebSVN 2.1.0

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