// 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 #include 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__