summaryrefslogtreecommitdiff
path: root/libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h
blob: 77ae7639cc3b37a84df8951a4ad5a00331f6a2f8 (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
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __org_relaxng_datatype_helpers_StreamingValidatorImpl__
#define __org_relaxng_datatype_helpers_StreamingValidatorImpl__

#pragma interface

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

extern "Java"
{
  namespace org
  {
    namespace relaxng
    {
      namespace datatype
      {
          class Datatype;
          class ValidationContext;
        namespace helpers
        {
            class StreamingValidatorImpl;
        }
      }
    }
  }
}

class org::relaxng::datatype::helpers::StreamingValidatorImpl : public ::java::lang::Object
{

public:
  void addCharacters(JArray< jchar > *, jint, jint);
  jboolean isValid();
  void checkValid();
  StreamingValidatorImpl(::org::relaxng::datatype::Datatype *, ::org::relaxng::datatype::ValidationContext *);
private:
  ::java::lang::StringBuffer * __attribute__((aligned(__alignof__( ::java::lang::Object)))) buffer;
  ::org::relaxng::datatype::Datatype * baseType;
  ::org::relaxng::datatype::ValidationContext * context;
public:
  static ::java::lang::Class class$;
};

#endif // __org_relaxng_datatype_helpers_StreamingValidatorImpl__