URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [libxmlj/] [transform/] [GnomeTransformerFactory$AssociatedStylesheetHandler.h] - Rev 775
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_xml_libxmlj_transform_GnomeTransformerFactory$AssociatedStylesheetHandler__ #define __gnu_xml_libxmlj_transform_GnomeTransformerFactory$AssociatedStylesheetHandler__ #pragma interface #include <org/xml/sax/helpers/DefaultHandler.h> extern "Java" { namespace gnu { namespace xml { namespace libxmlj { namespace transform { class GnomeTransformerFactory; class GnomeTransformerFactory$AssociatedStylesheetHandler; } } } } } class gnu::xml::libxmlj::transform::GnomeTransformerFactory$AssociatedStylesheetHandler : public ::org::xml::sax::helpers::DefaultHandler { public: // actually package-private GnomeTransformerFactory$AssociatedStylesheetHandler(::gnu::xml::libxmlj::transform::GnomeTransformerFactory *); public: virtual void processingInstruction(::java::lang::String *, ::java::lang::String *); public: // actually package-private ::java::lang::String * __attribute__((aligned(__alignof__( ::org::xml::sax::helpers::DefaultHandler)))) media; ::java::lang::String * title; ::java::lang::String * href; ::gnu::xml::libxmlj::transform::GnomeTransformerFactory * this$0; public: static ::java::lang::Class class$; }; #endif // __gnu_xml_libxmlj_transform_GnomeTransformerFactory$AssociatedStylesheetHandler__
Go to most recent revision | Compare with Previous | Blame | View Log