mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
73 lines
1.7 KiB
C++
73 lines
1.7 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_xml_transform_KeyFunction__
|
|
#define __gnu_xml_transform_KeyFunction__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/xml/xpath/Pattern.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace transform
|
|
{
|
|
class KeyFunction;
|
|
class Stylesheet;
|
|
}
|
|
namespace xpath
|
|
{
|
|
class Expr;
|
|
}
|
|
}
|
|
}
|
|
namespace javax
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace namespace$
|
|
{
|
|
class QName;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace w3c
|
|
{
|
|
namespace dom
|
|
{
|
|
class Node;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::xml::transform::KeyFunction : public ::gnu::xml::xpath::Pattern
|
|
{
|
|
|
|
public: // actually package-private
|
|
KeyFunction(::gnu::xml::transform::Stylesheet *);
|
|
public:
|
|
::java::lang::Object * evaluate(::java::util::List *);
|
|
void setArguments(::java::util::List *);
|
|
jboolean matches(::org::w3c::dom::Node *);
|
|
::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
|
|
public: // actually package-private
|
|
void addKeyNodes(::org::w3c::dom::Node *, ::java::util::Collection *, ::java::lang::String *, ::java::util::Collection *);
|
|
void addKeyNodeIfMatch(::org::w3c::dom::Node *, ::java::util::Collection *, ::java::lang::String *, ::java::util::Collection *);
|
|
public:
|
|
::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
|
|
jboolean references(::javax::xml::namespace$::QName *);
|
|
public: // actually package-private
|
|
::gnu::xml::transform::Stylesheet * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Pattern)))) stylesheet;
|
|
::java::util::List * args;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_xml_transform_KeyFunction__
|