| Changed Methods | 
  | voidendFontTag() | Documentation changed from old to new. 
 | This is no longer used instead <span> will be written out. | 
  | booleaninFontTag() | Documentation changed from old to new. 
 | Returns true if we are currently in a <font> tag. | 
  | voidstartFontTag(String) | Documentation changed from old to new. 
 | This is no longer used instead <span> will be written out. | 
  | voidtext(Element) | Documentation changed from old to new. 
 | Writes out text. | 
  | voidwriteAttributes(AttributeSet) | Documentation changed from old to new. 
 | Writes out all the attributes for the following types: StyleConstants.ParagraphConstants StyleConstants.CharacterConstants StyleConstants.FontConstants StyleConstants.ColorConstants. | 
  | voidwriteBody() | 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. | 
  | voidwriteComponent(Element) | Documentation changed from old to new. 
 | Responsible for handling Component Elements; deliberately unimplemented. | 
  | voidwriteContent(Element,boolean) | Documentation changed from old to new. 
 | Writes out the attribute set in an HTML-compliant manner. | 
  | voidwriteEndParagraph() | Documentation changed from old to new. 
 | Emits an end tag for a <p> tag. | 
  | voidwriteEndTag(String) | Documentation changed from old to new. 
 | Writes out an end tag appropriately indented. | 
  | voidwriteHTMLTags(AttributeSet) | Documentation changed from old to new. 
 | Generates bold <b> italic <i> and <u> tags for the text based on its attribute settings. | 
  | voidwriteHeader() | 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. | 
  | voidwriteImage(Element) | Documentation changed from old to new. 
 | Responsible for handling Icon Elements; deliberately unimplemented. | 
  | voidwriteLeaf(Element) | Documentation changed from old to new. 
 | Responsible for writing out other non-text leaf elements. | 
  | voidwriteNonHTMLAttributes(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. | 
  | voidwriteStartParagraph(Element) | Documentation changed from old to new. 
 | Emits the start tag for a paragraph. | 
  | voidwriteStartTag(String) | Documentation changed from old to new. 
 | Writes out a start tag appropriately indented. | 
  | voidwriteStyles() | Documentation changed from old to new. 
 | Writes out all the named styles as the content of the <style> tag. | 
  | voidwrite() | Documentation changed from old to new. 
 | Generates HTML output from a StyledDocument. |