blob: 8dc30e5bdf2bd2e5ab7f56b17cdf90fc7fa3c95a [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_xml_dom_html2_DomHTMLParagraphElement__
#define __gnu_xml_dom_html2_DomHTMLParagraphElement__
#pragma interface
#include <gnu/xml/dom/html2/DomHTMLElement.h>
extern "Java"
{
namespace gnu
{
namespace xml
{
namespace dom
{
namespace html2
{
class DomHTMLDocument;
class DomHTMLParagraphElement;
}
}
}
}
}
class gnu::xml::dom::html2::DomHTMLParagraphElement : public ::gnu::xml::dom::html2::DomHTMLElement
{
public: // actually protected
DomHTMLParagraphElement(::gnu::xml::dom::html2::DomHTMLDocument *, ::java::lang::String *, ::java::lang::String *);
public:
virtual ::java::lang::String * getAlign();
virtual void setAlign(::java::lang::String *);
static ::java::lang::Class class$;
};
#endif // __gnu_xml_dom_html2_DomHTMLParagraphElement__