mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
68 lines
1.4 KiB
C++
68 lines
1.4 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_xml_dom_DomNode$LiveNodeList__
|
|
#define __gnu_xml_dom_DomNode$LiveNodeList__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace xml
|
|
{
|
|
namespace dom
|
|
{
|
|
class DomIterator;
|
|
class DomNode;
|
|
class DomNode$LiveNodeList;
|
|
}
|
|
}
|
|
}
|
|
namespace org
|
|
{
|
|
namespace w3c
|
|
{
|
|
namespace dom
|
|
{
|
|
class Node;
|
|
namespace events
|
|
{
|
|
class Event;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::xml::dom::DomNode$LiveNodeList : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
DomNode$LiveNodeList(::gnu::xml::dom::DomNode *, ::java::lang::String *, ::java::lang::String *);
|
|
void detach();
|
|
public:
|
|
jshort acceptNode(::org::w3c::dom::Node *);
|
|
private:
|
|
::gnu::xml::dom::DomIterator * createIterator();
|
|
public:
|
|
void handleEvent(::org::w3c::dom::events::Event *);
|
|
::org::w3c::dom::Node * item(jint);
|
|
jint getLength();
|
|
private:
|
|
jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) matchAnyURI;
|
|
jboolean matchAnyName;
|
|
::java::lang::String * elementURI;
|
|
::java::lang::String * elementName;
|
|
::gnu::xml::dom::DomIterator * current;
|
|
jint lastIndex;
|
|
public: // actually package-private
|
|
::gnu::xml::dom::DomNode * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_xml_dom_DomNode$LiveNodeList__
|