SAXNullTransformerFactory$LocatorAdapter.h 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_util_SAXNullTransformerFactory$LocatorAdapter__
  3. #define __gnu_xml_util_SAXNullTransformerFactory$LocatorAdapter__
  4. #pragma interface
  5. #include <org/xml/sax/helpers/LocatorImpl.h>
  6. extern "Java"
  7. {
  8. namespace gnu
  9. {
  10. namespace xml
  11. {
  12. namespace util
  13. {
  14. class SAXNullTransformerFactory$LocatorAdapter;
  15. }
  16. }
  17. }
  18. namespace org
  19. {
  20. namespace xml
  21. {
  22. namespace sax
  23. {
  24. class SAXParseException;
  25. }
  26. }
  27. }
  28. }
  29. class gnu::xml::util::SAXNullTransformerFactory$LocatorAdapter : public ::org::xml::sax::helpers::LocatorImpl
  30. {
  31. public: // actually package-private
  32. SAXNullTransformerFactory$LocatorAdapter(::org::xml::sax::SAXParseException *);
  33. public:
  34. static ::java::lang::Class class$;
  35. };
  36. #endif // __gnu_xml_util_SAXNullTransformerFactory$LocatorAdapter__