URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [xml/] [dom/] [DomDocumentFragment.h] - Rev 758
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_xml_dom_DomDocumentFragment__ #define __gnu_xml_dom_DomDocumentFragment__ #pragma interface #include <gnu/xml/dom/DomNode.h> extern "Java" { namespace gnu { namespace xml { namespace dom { class DomDocument; class DomDocumentFragment; } } } } class gnu::xml::dom::DomDocumentFragment : public ::gnu::xml::dom::DomNode { public: // actually protected DomDocumentFragment(::gnu::xml::dom::DomDocument *); public: virtual ::java::lang::String * getNodeName(); static ::java::lang::Class class$; }; #endif // __gnu_xml_dom_DomDocumentFragment__
Go to most recent revision | Compare with Previous | Blame | View Log