info.informatica.html.tag
Interface BodyTag

All Known Implementing Classes:
BaseFont, Font, Paragraph, TableData, TableHeader, TableRow

public interface BodyTag

Tags that could be in the Body of the document should implement this.

Version:
2.00
Author:
amengual at informatica dot info

Method Summary
 org.w3c.dom.css.CSSStyleDeclaration getStyle()
          Gets the override style declaration from the style XHTML attribute.
 String getStyleClass()
          Gets the style class from the class attribute.
 

Method Detail

getStyleClass

String getStyleClass()
                     throws TagParsingException
Gets the style class from the class attribute.

Returns:
the style class
Throws:
TagParsingException - if parsing fails.

getStyle

org.w3c.dom.css.CSSStyleDeclaration getStyle()
                                             throws TagParsingException
Gets the override style declaration from the style XHTML attribute.

Returns:
the style declaration, or null if the element has no style attribute or the style could not be parsed.
Throws:
TagParsingException