mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
41 lines
1.1 KiB
C
41 lines
1.1 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __org_w3c_dom_xpath_XPathEvaluator__
|
||
|
#define __org_w3c_dom_xpath_XPathEvaluator__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace org
|
||
|
{
|
||
|
namespace w3c
|
||
|
{
|
||
|
namespace dom
|
||
|
{
|
||
|
class Node;
|
||
|
namespace xpath
|
||
|
{
|
||
|
class XPathEvaluator;
|
||
|
class XPathExpression;
|
||
|
class XPathNSResolver;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class org::w3c::dom::xpath::XPathEvaluator : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
virtual ::org::w3c::dom::xpath::XPathExpression * createExpression(::java::lang::String *, ::org::w3c::dom::xpath::XPathNSResolver *) = 0;
|
||
|
virtual ::org::w3c::dom::xpath::XPathNSResolver * createNSResolver(::org::w3c::dom::Node *) = 0;
|
||
|
virtual ::java::lang::Object * evaluate(::java::lang::String *, ::org::w3c::dom::Node *, ::org::w3c::dom::xpath::XPathNSResolver *, jshort, ::java::lang::Object *) = 0;
|
||
|
static ::java::lang::Class class$;
|
||
|
} __attribute__ ((java_interface));
|
||
|
|
||
|
#endif // __org_w3c_dom_xpath_XPathEvaluator__
|