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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [xpath/] [Expr.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_Expr__
5
#define __gnu_xml_xpath_Expr__
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 xpath
17
      {
18
          class Expr;
19
      }
20
    }
21
  }
22
  namespace java
23
  {
24
    namespace text
25
    {
26
        class DecimalFormat;
27
    }
28
  }
29
  namespace javax
30
  {
31
    namespace xml
32
    {
33
      namespace namespace$
34
      {
35
          class QName;
36
      }
37
    }
38
  }
39
  namespace org
40
  {
41
    namespace w3c
42
    {
43
      namespace dom
44
      {
45
          class Node;
46
      }
47
    }
48
    namespace xml
49
    {
50
      namespace sax
51
      {
52
          class InputSource;
53
      }
54
    }
55
  }
56
}
57
 
58
class gnu::xml::xpath::Expr : public ::java::lang::Object
59
{
60
 
61
public:
62
  Expr();
63
  virtual ::java::lang::Object * evaluate(::java::lang::Object *, ::javax::xml::namespace$::QName *);
64
  virtual ::java::lang::String * evaluate(::java::lang::Object *);
65
  virtual ::java::lang::Object * evaluate(::org::xml::sax::InputSource *, ::javax::xml::namespace$::QName *);
66
  virtual ::java::lang::String * evaluate(::org::xml::sax::InputSource *);
67
  virtual ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint) = 0;
68
  virtual ::gnu::xml::xpath::Expr * clone(::java::lang::Object *) = 0;
69
  virtual jboolean references(::javax::xml::namespace$::QName *) = 0;
70
  static ::java::util::Collection * _id(::org::w3c::dom::Node *, ::java::lang::Object *);
71
  static ::java::lang::String * _local_name(::org::w3c::dom::Node *, ::java::util::Collection *);
72
  static ::java::lang::String * _namespace_uri(::org::w3c::dom::Node *, ::java::util::Collection *);
73
  static ::java::lang::String * _name(::org::w3c::dom::Node *, ::java::util::Collection *);
74
public: // actually package-private
75
  static ::org::w3c::dom::Node * firstNode(::java::util::Collection *);
76
public:
77
  static ::java::lang::String * _string(::org::w3c::dom::Node *, ::java::lang::Object *);
78
  static jboolean _boolean(::org::w3c::dom::Node *, ::java::lang::Object *);
79
  static jdouble _number(::org::w3c::dom::Node *, ::java::lang::Object *);
80
  static ::java::lang::String * stringValue(::java::util::Collection *);
81
  static ::java::lang::String * stringValue(::org::w3c::dom::Node *);
82
public: // actually package-private
83
  static ::java::lang::String * stringValue(::org::w3c::dom::Node *, jboolean);
84
  static jint intValue(::java::lang::Object *);
85
public: // actually protected
86
  static ::java::util::Comparator * documentOrderComparator;
87
  static ::java::text::DecimalFormat * decimalFormat;
88
public:
89
  static ::java::lang::Class class$;
90
};
91
 
92
#endif // __gnu_xml_xpath_Expr__

powered by: WebSVN 2.1.0

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