summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/util/DoParse.h
blob: b775f00d060c73be149b81ab7f44c2d363a34900 (plain)
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
57
58
59
60
61
62
63
64
65
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_xml_util_DoParse__
#define __gnu_xml_util_DoParse__

#pragma interface

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

extern "Java"
{
  namespace gnu
  {
    namespace xml
    {
      namespace pipeline
      {
          class EventConsumer;
      }
      namespace util
      {
          class DoParse;
      }
    }
  }
  namespace org
  {
    namespace xml
    {
      namespace sax
      {
          class SAXParseException;
      }
    }
  }
}

class gnu::xml::util::DoParse : public ::java::lang::Object
{

  DoParse();
public:
  static void main(JArray< ::java::lang::String * > *);
private:
  static jboolean hasValidator(::gnu::xml::pipeline::EventConsumer *);
  static ::java::lang::String * printParseException(::java::lang::String *, ::org::xml::sax::SAXParseException *);
public: // actually package-private
  static jint access$0();
  static void access$1(jint);
  static ::java::lang::String * access$2(::java::lang::String *, ::org::xml::sax::SAXParseException *);
  static jint access$3();
  static void access$4(jint);
  static ::org::xml::sax::SAXParseException * access$5();
  static void access$6(::org::xml::sax::SAXParseException *);
private:
  static ::org::xml::sax::SAXParseException * fatal;
  static jint errorCount;
  static jint fatalCount;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_xml_util_DoParse__