OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [dom/] [DomNode$LiveNodeList.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_xml_dom_DomNode$LiveNodeList__
5
#define __gnu_xml_dom_DomNode$LiveNodeList__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace xml
15
    {
16
      namespace dom
17
      {
18
          class DomIterator;
19
          class DomNode;
20
          class DomNode$LiveNodeList;
21
      }
22
    }
23
  }
24
  namespace org
25
  {
26
    namespace w3c
27
    {
28
      namespace dom
29
      {
30
          class Node;
31
        namespace events
32
        {
33
            class Event;
34
        }
35
      }
36
    }
37
  }
38
}
39
 
40
class gnu::xml::dom::DomNode$LiveNodeList : public ::java::lang::Object
41
{
42
 
43
public: // actually package-private
44
  DomNode$LiveNodeList(::gnu::xml::dom::DomNode *, ::java::lang::String *, ::java::lang::String *);
45
  void detach();
46
public:
47
  jshort acceptNode(::org::w3c::dom::Node *);
48
private:
49
  ::gnu::xml::dom::DomIterator * createIterator();
50
public:
51
  void handleEvent(::org::w3c::dom::events::Event *);
52
  ::org::w3c::dom::Node * item(jint);
53
  jint getLength();
54
private:
55
  jboolean __attribute__((aligned(__alignof__( ::java::lang::Object)))) matchAnyURI;
56
  jboolean matchAnyName;
57
  ::java::lang::String * elementURI;
58
  ::java::lang::String * elementName;
59
  ::gnu::xml::dom::DomIterator * current;
60
  jint lastIndex;
61
public: // actually package-private
62
  ::gnu::xml::dom::DomNode * this$0;
63
public:
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __gnu_xml_dom_DomNode$LiveNodeList__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.