Changed Methods |
void endFontTag()
|
Documentation changed from old to new. |
This is no longer used instead <span> will be written out. |
boolean inFontTag()
|
Documentation changed from old to new. |
Returns true if we are currently in a <font> tag. |
void startFontTag(String )
|
Documentation changed from old to new. |
This is no longer used instead <span> will be written out. |
void text(Element )
|
Documentation changed from old to new. |
Writes out text. |
void writeAttributes(AttributeSet )
|
Documentation changed from old to new. |
Writes out all the attributes for the following types: StyleConstants.ParagraphConstants StyleConstants.CharacterConstants StyleConstants.FontConstants StyleConstants.ColorConstants. |
void writeBody()
|
Documentation changed from old to new. |
Iterates over the elements in the document and processes elements based on whether they are branch elements or leaf elements. |
void writeComponent(Element )
|
Documentation changed from old to new. |
Responsible for handling Component Elements; deliberately unimplemented. |
void writeContent(Element, boolean)
|
Documentation changed from old to new. |
Writes out the attribute set in an HTML-compliant manner. |
void writeEndParagraph()
|
Documentation changed from old to new. |
Emits an end tag for a <p> tag. |
void writeEndTag(String )
|
Documentation changed from old to new. |
Writes out an end tag appropriately indented. |
void writeHTMLTags(AttributeSet )
|
Documentation changed from old to new. |
Generates bold <b> italic <i> and <u> tags for the text based on its attribute settings. |
void writeHeader()
|
Documentation changed from old to new. |
Writes out the <head> and <style> tags and then invokes writeStyles() to write out all the named styles as the content of the <style> tag. |
void writeImage(Element )
|
Documentation changed from old to new. |
Responsible for handling Icon Elements; deliberately unimplemented. |
void writeLeaf(Element )
|
Documentation changed from old to new. |
Responsible for writing out other non-text leaf elements. |
void writeNonHTMLAttributes(AttributeSet )
|
Documentation changed from old to new. |
Writes out the remaining character-level attributes (attributes other than bold italic and underline) in an HTML-compliant way. |
void writeStartParagraph(Element )
|
Documentation changed from old to new. |
Emits the start tag for a paragraph. |
void writeStartTag(String )
|
Documentation changed from old to new. |
Writes out a start tag appropriately indented. |
void writeStyles()
|
Documentation changed from old to new. |
Writes out all the named styles as the content of the <style> tag. |
void write()
|
Documentation changed from old to new. |
Generates HTML output from a StyledDocument. |