org.apache.maven.doxia.book.services.renderer.xdoc

Class AbstractXdocBookSink

public abstract class AbstractXdocBookSink extends XdocSink

Abstract XdocSink implementation for book.

Version: $Id: AbstractXdocBookSink.java 572956 2007-09-05 14:22:50Z ltheussl $

Author: Trygve Laugstøl Vincent Siveton

Constructor Summary
AbstractXdocBookSink(Writer out, I18N i18n)
Default constructor.
Method Summary
voidauthor_()
voidbody()
voidbody_()
voiddate_()
protected StringgetString(String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus.
voidhead()
voidhead_()
protected abstract voidnavigationPanel()
Add a navigation panel.
voidtitle_()

Constructor Detail

AbstractXdocBookSink

public AbstractXdocBookSink(Writer out, I18N i18n)
Default constructor.

Parameters: out a Writer. i18n I18N.

Method Detail

author_

public void author_()

See Also: author_

body

public void body()

See Also: body

body_

public void body_()

See Also: body_

date_

public void date_()

See Also: date_

getString

protected String getString(String key)
Gets a trimmed String for the given key from the resource bundle defined by Plexus.

Parameters: key the key for the desired string

Returns: the string for the given key

head

public void head()

See Also: head

head_

public void head_()

See Also: head_

navigationPanel

protected abstract void navigationPanel()
Add a navigation panel.

title_

public void title_()

See Also: title_

Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.