aboutsummaryrefslogtreecommitdiff
path: root/libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h')
-rw-r--r--libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h47
1 files changed, 0 insertions, 47 deletions
diff --git a/libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h b/libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h
deleted file mode 100644
index 77ae7639cc3..00000000000
--- a/libjava/org/relaxng/datatype/helpers/StreamingValidatorImpl.h
+++ /dev/null
@@ -1,47 +0,0 @@
-
-// 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__