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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [xml/] [xpath/] [XPathFactory.h] - Blame information for rev 771

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_xml_xpath_XPathFactory__
5
#define __javax_xml_xpath_XPathFactory__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace javax
13
  {
14
    namespace xml
15
    {
16
      namespace xpath
17
      {
18
          class XPath;
19
          class XPathFactory;
20
          class XPathFunctionResolver;
21
          class XPathVariableResolver;
22
      }
23
    }
24
  }
25
}
26
 
27
class javax::xml::xpath::XPathFactory : public ::java::lang::Object
28
{
29
 
30
public: // actually protected
31
  XPathFactory();
32
public:
33
  static ::javax::xml::xpath::XPathFactory * newInstance();
34
  static ::javax::xml::xpath::XPathFactory * newInstance(::java::lang::String *);
35
private:
36
  static ::java::lang::String * getFactoryClassName(::java::lang::ClassLoader *, jint);
37
public:
38
  virtual jboolean isObjectModelSupported(::java::lang::String *) = 0;
39
  virtual void setFeature(::java::lang::String *, jboolean) = 0;
40
  virtual jboolean getFeature(::java::lang::String *) = 0;
41
  virtual void setXPathVariableResolver(::javax::xml::xpath::XPathVariableResolver *) = 0;
42
  virtual void setXPathFunctionResolver(::javax::xml::xpath::XPathFunctionResolver *) = 0;
43
  virtual ::javax::xml::xpath::XPath * newXPath() = 0;
44
  static ::java::lang::String * DEFAULT_PROPERTY_NAME;
45
  static ::java::lang::String * DEFAULT_OBJECT_MODEL_URI;
46
  static ::java::lang::Class class$;
47
};
48
 
49
#endif // __javax_xml_xpath_XPathFactory__

powered by: WebSVN 2.1.0

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