mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 01:50:38 +00:00
56 lines
907 B
C++
56 lines
907 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_xml_xpath_Test__
|
|
#define __gnu_xml_xpath_Test__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace xpath
|
|
{
|
|
class Test;
|
|
}
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace namespace$
|
|
{
|
|
class QName;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace w3c
|
|
{
|
|
namespace dom
|
|
{
|
|
class Node;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::xml::xpath::Test : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
Test();
|
|
virtual jboolean matches(::org::w3c::dom::Node *, jint, jint) = 0;
|
|
virtual ::gnu::xml::xpath::Test * clone(::java::lang::Object *) = 0;
|
|
virtual jboolean references(::javax::xml::namespace$::QName *) = 0;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_xml_xpath_Test__
|