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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [transform/] [DocumentFunction.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_transform_DocumentFunction__
5
#define __gnu_xml_transform_DocumentFunction__
6
 
7
#pragma interface
8
 
9
#include <gnu/xml/xpath/Expr.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace xml
15
    {
16
      namespace transform
17
      {
18
          class DocumentFunction;
19
          class Stylesheet;
20
      }
21
      namespace xpath
22
      {
23
          class Expr;
24
      }
25
    }
26
  }
27
  namespace javax
28
  {
29
    namespace xml
30
    {
31
      namespace namespace$
32
      {
33
          class QName;
34
      }
35
    }
36
  }
37
  namespace org
38
  {
39
    namespace w3c
40
    {
41
      namespace dom
42
      {
43
          class Node;
44
      }
45
    }
46
  }
47
}
48
 
49
class gnu::xml::transform::DocumentFunction : public ::gnu::xml::xpath::Expr
50
{
51
 
52
public: // actually package-private
53
  DocumentFunction(::gnu::xml::transform::Stylesheet *, ::org::w3c::dom::Node *);
54
public:
55
  ::java::lang::Object * evaluate(::java::util::List *);
56
  void setArguments(::java::util::List *);
57
  ::java::lang::Object * evaluate(::org::w3c::dom::Node *, jint, jint);
58
public: // actually package-private
59
  ::java::util::Collection * document(::java::lang::String *, ::java::lang::String *);
60
public:
61
  ::gnu::xml::xpath::Expr * clone(::java::lang::Object *);
62
  jboolean references(::javax::xml::namespace$::QName *);
63
public: // actually package-private
64
  ::gnu::xml::transform::Stylesheet * __attribute__((aligned(__alignof__( ::gnu::xml::xpath::Expr)))) stylesheet;
65
  ::org::w3c::dom::Node * base;
66
  ::java::util::List * args;
67
  ::java::util::List * values;
68
public:
69
  static ::java::lang::Class class$;
70
};
71
 
72
#endif // __gnu_xml_transform_DocumentFunction__

powered by: WebSVN 2.1.0

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