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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [xpath/] [Predicate.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_xpath_Predicate__
5
#define __gnu_xml_xpath_Predicate__
6
 
7
#pragma interface
8
 
9
#include <gnu/xml/xpath/Test.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace xml
15
    {
16
      namespace xpath
17
      {
18
          class Expr;
19
          class Predicate;
20
          class Test;
21
      }
22
    }
23
  }
24
  namespace javax
25
  {
26
    namespace xml
27
    {
28
      namespace namespace$
29
      {
30
          class QName;
31
      }
32
    }
33
  }
34
  namespace org
35
  {
36
    namespace w3c
37
    {
38
      namespace dom
39
      {
40
          class Node;
41
      }
42
    }
43
  }
44
}
45
 
46
class gnu::xml::xpath::Predicate : public ::gnu::xml::xpath::Test
47
{
48
 
49
public: // actually package-private
50
  Predicate(::gnu::xml::xpath::Expr *);
51
public:
52
  virtual jboolean matches(::org::w3c::dom::Node *, jint, jint);
53
  virtual ::gnu::xml::xpath::Test * clone(::java::lang::Object *);
54
  virtual jboolean references(::javax::xml::namespace$::QName *);
55
  virtual ::java::lang::String * toString();
56
public: // actually package-private
57
  ::gnu::xml::xpath::Expr * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Test)))) expr;
58
public:
59
  static ::java::lang::Class class$;
60
};
61
 
62
#endif // __gnu_xml_xpath_Predicate__

powered by: WebSVN 2.1.0

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