org.apache.maven.doxia.module.xhtml
Class XhtmlSink

java.lang.Object
  extended byorg.apache.maven.doxia.sink.SinkAdapter
      extended byorg.apache.maven.doxia.sink.AbstractXmlSink
          extended byorg.apache.maven.doxia.module.xhtml.XhtmlSink
All Implemented Interfaces:
Markup, Sink, XhtmlMarkup, XmlMarkup

public class XhtmlSink
extends AbstractXmlSink
implements XhtmlMarkup

Xhtml sink implementation.

Since:
1.0
Version:
$Id: XhtmlSink.java 599638 2007-11-29 23:54:47Z hboutemy $
Author:
Jason van Zyl
Plexus component:
role:
"org.apache.maven.doxia.sink.Sink"
role-hint:
"xhtml"

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.module.xhtml.XhtmlMarkup
TBODY_TAG
 
Fields inherited from interface org.apache.maven.doxia.markup.XmlMarkup
BANG, CDATA
 
Fields inherited from interface org.apache.maven.doxia.markup.Markup
EOL, EQUAL, GREATER_THAN, LEFT_CURLY_BRACKET, LEFT_SQUARE_BRACKET, LESS_THAN, MINUS, PLUS, QUOTE, RIGHT_CURLY_BRACKET, RIGHT_SQUARE_BRACKET, SLASH, SPACE, STAR
 
Fields inherited from interface org.apache.maven.doxia.sink.Sink
NUMBERING_DECIMAL, NUMBERING_LOWER_ALPHA, NUMBERING_LOWER_ROMAN, NUMBERING_UPPER_ALPHA, NUMBERING_UPPER_ROMAN, ROLE, SECTION_LEVEL_1, SECTION_LEVEL_2, SECTION_LEVEL_3, SECTION_LEVEL_4, SECTION_LEVEL_5
 
Constructor Summary
XhtmlSink(Writer writer)
           
XhtmlSink(Writer writer, RenderingContext renderingContext)
           
XhtmlSink(Writer writer, RenderingContext renderingContext, Map directives)
           
 
Method Summary
 void anchor_()
          
 void anchor(String name)
          
 void author_()
          
 void body_()
          
 void body()
          
 void bold_()
          
 void bold()
          
 void close()
          
protected  void content(String text)
           
 void date_()
          
 void definedTerm_()
          
 void definedTerm()
          
 void definition_()
          
 void definition()
          
 void definitionList_()
          
 void definitionList()
          
static String encodeFragment(String text)
           
static String encodeURL(String text)
          Forward to HtmlTools.encodeURL( text ).
static String escapeHTML(String text)
          Forward to HtmlTools.escapeHTML( text ).
 void figure_()
          
 void figure()
          
 void figureCaption_()
          
 void figureCaption()
          
 void figureGraphics(String name)
          
 void flush()
          
protected  StringBuffer getBuffer()
           
 RenderingContext getRenderingContext()
           
 void head_()
          
 void head()
          
 void horizontalRule()
          
 void italic_()
          
 void italic()
          
 void lineBreak()
          
 void link_()
          
 void link(String name)
          
 void link(String name, String target)
          The default style class for external link is externalLink.
 void list_()
          
 void list()
          
 void listItem_()
          
 void listItem()
          
 void monospaced_()
          
 void monospaced()
          
 void nonBreakingSpace()
          
 void numberedList_()
          
 void numberedList(int numbering)
          
 void numberedListItem_()
          
 void numberedListItem()
          
 void paragraph_()
          
 void paragraph()
          
 void rawText(String text)
          
protected  void resetBuffer()
          Reset the buffer.
protected  void resetState()
          Reset all the Sink state.
 void section1_()
          
 void section1()
          The default class style is section.
 void section2_()
          
 void section2()
          The default class style is section.
 void section3_()
          
 void section3()
          The default class style is section.
 void section4_()
          
 void section4()
          The default class style is section.
 void section5_()
          
 void section5()
          The default class style is section.
 void sectionTitle1_()
          
 void sectionTitle1()
          
 void sectionTitle2_()
          
 void sectionTitle2()
          
 void sectionTitle3_()
          
 void sectionTitle3()
          
 void sectionTitle4_()
          
 void sectionTitle4()
          
 void sectionTitle5_()
          
 void sectionTitle5()
          
protected  void setHeadFlag(boolean headFlag)
           
 void table_()
          
 void table()
          The default class style is bodyTable.
 void tableCaption_()
          
 void tableCaption()
          
 void tableCell_()
          
 void tableCell_(boolean headerRow)
           
 void tableCell()
          
 void tableCell(boolean headerRow)
           
 void tableCell(boolean headerRow, String width)
           
 void tableCell(String width)
          
 void tableHeaderCell_()
          
 void tableHeaderCell()
          
 void tableHeaderCell(String width)
          
 void tableRow_()
          
 void tableRow()
          The default class style is a or b depending the row id.
 void tableRows_()
          
 void tableRows(int[] justification, boolean grid)
          
 void text(String text)
          
 void title_()
          
 void title()
          
 void verbatim_()
          
 void verbatim(boolean boxed)
          The default class style is source.
protected  void verbatimContent(String text)
           
protected  void write(String text)
          
 
Methods inherited from class org.apache.maven.doxia.sink.AbstractXmlSink
writeEndTag, writeEndTagWithoutEOL, writeSimpleTag, writeSimpleTag, writeStartTag, writeStartTag, writeStartTag
 
Methods inherited from class org.apache.maven.doxia.sink.SinkAdapter
author, date, definitionListItem_, definitionListItem, pageBreak, sectionTitle_, sectionTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XhtmlSink

public XhtmlSink(Writer writer)
Parameters:
writer -

XhtmlSink

public XhtmlSink(Writer writer,
                 RenderingContext renderingContext)
Parameters:
writer -
renderingContext -

XhtmlSink

public XhtmlSink(Writer writer,
                 RenderingContext renderingContext,
                 Map directives)
Parameters:
writer -
renderingContext -
directives -
Method Detail

getBuffer

protected StringBuffer getBuffer()
Returns:
the current buffer

setHeadFlag

protected void setHeadFlag(boolean headFlag)
Parameters:
headFlag - an header flag

resetState

protected void resetState()
Reset all the Sink state.


resetBuffer

protected void resetBuffer()
Reset the buffer.


head

public void head()

Specified by:
head in interface Sink

head_

public void head_()

Specified by:
head_ in interface Sink

title

public void title()

Specified by:
title in interface Sink
See Also:
HTML.Tag.TITLE

title_

public void title_()

Specified by:
title_ in interface Sink
See Also:
HTML.Tag.TITLE

author_

public void author_()

Specified by:
author_ in interface Sink
See Also:
HTML.Tag.META

date_

public void date_()

Specified by:
date_ in interface Sink
See Also:
HTML.Tag.META

body

public void body()

Specified by:
body in interface Sink

body_

public void body_()

Specified by:
body_ in interface Sink

section1

public void section1()
The default class style is section.

Specified by:
section1 in interface Sink
See Also:
HTML.Tag.DIV

section2

public void section2()
The default class style is section.

Specified by:
section2 in interface Sink
See Also:
HTML.Tag.DIV

section3

public void section3()
The default class style is section.

Specified by:
section3 in interface Sink
See Also:
HTML.Tag.DIV

section4

public void section4()
The default class style is section.

Specified by:
section4 in interface Sink
See Also:
HTML.Tag.DIV

section5

public void section5()
The default class style is section.

Specified by:
section5 in interface Sink
See Also:
HTML.Tag.DIV

section1_

public void section1_()

Specified by:
section1_ in interface Sink
See Also:
HTML.Tag.DIV

section2_

public void section2_()

Specified by:
section2_ in interface Sink
See Also:
HTML.Tag.DIV

section3_

public void section3_()

Specified by:
section3_ in interface Sink
See Also:
HTML.Tag.DIV

section4_

public void section4_()

Specified by:
section4_ in interface Sink
See Also:
HTML.Tag.DIV

section5_

public void section5_()

Specified by:
section5_ in interface Sink
See Also:
HTML.Tag.DIV

sectionTitle1

public void sectionTitle1()

Specified by:
sectionTitle1 in interface Sink
See Also:
HTML.Tag.H2

sectionTitle1_

public void sectionTitle1_()

Specified by:
sectionTitle1_ in interface Sink
See Also:
HTML.Tag.H2

sectionTitle2

public void sectionTitle2()

Specified by:
sectionTitle2 in interface Sink
See Also:
HTML.Tag.H3

sectionTitle2_

public void sectionTitle2_()

Specified by:
sectionTitle2_ in interface Sink
See Also:
HTML.Tag.H3

sectionTitle3

public void sectionTitle3()

Specified by:
sectionTitle3 in interface Sink
See Also:
HTML.Tag.H4

sectionTitle3_

public void sectionTitle3_()

Specified by:
sectionTitle3_ in interface Sink
See Also:
HTML.Tag.H4

sectionTitle4

public void sectionTitle4()

Specified by:
sectionTitle4 in interface Sink
See Also:
HTML.Tag.H5

sectionTitle4_

public void sectionTitle4_()

Specified by:
sectionTitle4_ in interface Sink
See Also:
HTML.Tag.H5

sectionTitle5

public void sectionTitle5()

Specified by:
sectionTitle5 in interface Sink
See Also:
HTML.Tag.H6

sectionTitle5_

public void sectionTitle5_()

Specified by:
sectionTitle5_ in interface Sink
See Also:
HTML.Tag.H6

list

public void list()

Specified by:
list in interface Sink
See Also:
HTML.Tag.UL

list_

public void list_()

Specified by:
list_ in interface Sink
See Also:
HTML.Tag.UL

listItem

public void listItem()

Specified by:
listItem in interface Sink
See Also:
HTML.Tag.LI

listItem_

public void listItem_()

Specified by:
listItem_ in interface Sink
See Also:
HTML.Tag.LI

numberedList

public void numberedList(int numbering)

Specified by:
numberedList in interface Sink
See Also:
HTML.Tag.OL

numberedList_

public void numberedList_()

Specified by:
numberedList_ in interface Sink
See Also:
HTML.Tag.OL

numberedListItem

public void numberedListItem()

Specified by:
numberedListItem in interface Sink
See Also:
HTML.Tag.LI

numberedListItem_

public void numberedListItem_()

Specified by:
numberedListItem_ in interface Sink
See Also:
HTML.Tag.LI

definitionList

public void definitionList()

Specified by:
definitionList in interface Sink
See Also:
HTML.Tag.DL

definitionList_

public void definitionList_()

Specified by:
definitionList_ in interface Sink
See Also:
HTML.Tag.DL

definedTerm

public void definedTerm()

Specified by:
definedTerm in interface Sink
See Also:
HTML.Tag.DT

definedTerm_

public void definedTerm_()

Specified by:
definedTerm_ in interface Sink
See Also:
HTML.Tag.DT

definition

public void definition()

Specified by:
definition in interface Sink
See Also:
HTML.Tag.DD

definition_

public void definition_()

Specified by:
definition_ in interface Sink
See Also:
HTML.Tag.DD

paragraph

public void paragraph()

Specified by:
paragraph in interface Sink
See Also:
HTML.Tag.P

paragraph_

public void paragraph_()

Specified by:
paragraph_ in interface Sink
See Also:
HTML.Tag.P

verbatim

public void verbatim(boolean boxed)
The default class style is source.

Specified by:
verbatim in interface Sink
See Also:
HTML.Tag.DIV, HTML.Tag.PRE

verbatim_

public void verbatim_()

Specified by:
verbatim_ in interface Sink
See Also:
HTML.Tag.DIV, HTML.Tag.PRE

horizontalRule

public void horizontalRule()

Specified by:
horizontalRule in interface Sink
See Also:
HTML.Tag.HR

table

public void table()
The default class style is bodyTable.

Specified by:
table in interface Sink
See Also:
HTML.Tag.TABLE

table_

public void table_()

Specified by:
table_ in interface Sink
See Also:
HTML.Tag.TABLE

tableRows

public void tableRows(int[] justification,
                      boolean grid)

Specified by:
tableRows in interface Sink
See Also:
XhtmlMarkup.TBODY_TAG

tableRows_

public void tableRows_()

Specified by:
tableRows_ in interface Sink
See Also:
XhtmlMarkup.TBODY_TAG

tableRow

public void tableRow()
The default class style is a or b depending the row id.

Specified by:
tableRow in interface Sink
See Also:
HTML.Tag.TR

tableRow_

public void tableRow_()

Specified by:
tableRow_ in interface Sink
See Also:
HTML.Tag.TR

tableCell

public void tableCell()

Specified by:
tableCell in interface Sink

tableHeaderCell

public void tableHeaderCell()

Specified by:
tableHeaderCell in interface Sink

tableCell

public void tableCell(boolean headerRow)
Parameters:
headerRow - true if it is an header row
See Also:
HTML.Tag.TH, HTML.Tag.TD

tableCell

public void tableCell(String width)

Specified by:
tableCell in interface Sink

tableHeaderCell

public void tableHeaderCell(String width)

Specified by:
tableHeaderCell in interface Sink

tableCell

public void tableCell(boolean headerRow,
                      String width)
Parameters:
headerRow - true if it is an header row
width - the cell size
See Also:
HTML.Tag.TH, HTML.Tag.TD

tableCell_

public void tableCell_()

Specified by:
tableCell_ in interface Sink

tableHeaderCell_

public void tableHeaderCell_()

Specified by:
tableHeaderCell_ in interface Sink

tableCell_

public void tableCell_(boolean headerRow)
Parameters:
headerRow - true if it is an header row
See Also:
HTML.Tag.TH, HTML.Tag.TD

tableCaption

public void tableCaption()

Specified by:
tableCaption in interface Sink
See Also:
HTML.Tag.CAPTION

tableCaption_

public void tableCaption_()

Specified by:
tableCaption_ in interface Sink
See Also:
HTML.Tag.CAPTION

figure

public void figure()

Specified by:
figure in interface Sink
See Also:
HTML.Tag.IMG

figure_

public void figure_()

Specified by:
figure_ in interface Sink

figureCaption

public void figureCaption()

Specified by:
figureCaption in interface Sink

figureCaption_

public void figureCaption_()

Specified by:
figureCaption_ in interface Sink

figureGraphics

public void figureGraphics(String name)

Specified by:
figureGraphics in interface Sink

anchor

public void anchor(String name)

Specified by:
anchor in interface Sink
See Also:
HTML.Tag.A

anchor_

public void anchor_()

Specified by:
anchor_ in interface Sink
See Also:
HTML.Tag.A

link

public void link(String name)

Specified by:
link in interface Sink

link

public void link(String name,
                 String target)
The default style class for external link is externalLink.

Parameters:
name -
target -
See Also:
HTML.Tag.A

link_

public void link_()

Specified by:
link_ in interface Sink
See Also:
HTML.Tag.A

italic

public void italic()

Specified by:
italic in interface Sink
See Also:
HTML.Tag.I

italic_

public void italic_()

Specified by:
italic_ in interface Sink
See Also:
HTML.Tag.I

bold

public void bold()

Specified by:
bold in interface Sink
See Also:
HTML.Tag.B

bold_

public void bold_()

Specified by:
bold_ in interface Sink
See Also:
HTML.Tag.B

monospaced

public void monospaced()

Specified by:
monospaced in interface Sink
See Also:
HTML.Tag.TT

monospaced_

public void monospaced_()

Specified by:
monospaced_ in interface Sink
See Also:
HTML.Tag.TT

lineBreak

public void lineBreak()

Specified by:
lineBreak in interface Sink
See Also:
HTML.Tag.BR

nonBreakingSpace

public void nonBreakingSpace()

Specified by:
nonBreakingSpace in interface Sink

text

public void text(String text)

Specified by:
text in interface Sink

rawText

public void rawText(String text)

Specified by:
rawText in interface Sink

flush

public void flush()

Specified by:
flush in interface Sink

close

public void close()

Specified by:
close in interface Sink

write

protected void write(String text)


content

protected void content(String text)

verbatimContent

protected void verbatimContent(String text)

escapeHTML

public static String escapeHTML(String text)
Forward to HtmlTools.escapeHTML( text ).

Parameters:
text - the String to escape, may be null
Returns:
the text escaped, "" if null String input
See Also:
HtmlTools.escapeHTML(String)

encodeFragment

public static String encodeFragment(String text)
Parameters:
text -
Returns:
a fragment encoded
See Also:
encodeURL(String)

encodeURL

public static String encodeURL(String text)
Forward to HtmlTools.encodeURL( text ).

Parameters:
text - the String to encode, may be null.
Returns:
the text encoded, null if null String input.
See Also:
HtmlTools.encodeURL(String)

getRenderingContext

public RenderingContext getRenderingContext()
Returns:
the current rendering context


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.