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

Class XhtmlBookSink

public class XhtmlBookSink extends XhtmlSink

An Xhtml Sink that doesn't write out head or body elements.

Version: $Id: XhtmlBookSink.java 573052 2007-09-05 20:53:09Z ltheussl $

Author: ltheussl

Constructor Summary
XhtmlBookSink(Writer out, RenderingContext context)
Construct a new XhtmlBookSink.
Method Summary
voidauthor_()
Does nothing.
voidbody()
Does nothing.
voidbody_()
Does nothing.
voidbookAuthor_()
Calls super.head_().
voidbookBody()
Calls super.body().
voidbookBody_()
Calls super.body_().
voidbookDate_()
Calls super.head_().
voidbookHead()
Calls super.head().
voidbookHead_()
Calls super.head_().
voidbookTitle()
Calls super.title().
voidbookTitle_()
Calls super.title_().
voiddate_()
Does nothing.
voidhead()
Does nothing.
voidhead_()
Does nothing.
voidsectionTitle()
voidsectionTitle_()
voidtitle()
Does nothing.
voidtitle_()
Does nothing.

Constructor Detail

XhtmlBookSink

public XhtmlBookSink(Writer out, RenderingContext context)
Construct a new XhtmlBookSink.

Parameters: out the writer for the sink. context the RenderingContext.

Method Detail

author_

public void author_()
Does nothing.

body

public void body()
Does nothing.

body_

public void body_()
Does nothing.

bookAuthor_

public void bookAuthor_()
Calls super.head_().

bookBody

public void bookBody()
Calls super.body().

bookBody_

public void bookBody_()
Calls super.body_().

bookDate_

public void bookDate_()
Calls super.head_().

bookHead

public void bookHead()
Calls super.head().

bookHead_

public void bookHead_()
Calls super.head_().

bookTitle

public void bookTitle()
Calls super.title().

bookTitle_

public void bookTitle_()
Calls super.title_().

date_

public void date_()
Does nothing.

head

public void head()
Does nothing.

head_

public void head_()
Does nothing.

sectionTitle

public void sectionTitle()
{@inheritDoc }

sectionTitle_

public void sectionTitle_()
{@inheritDoc }

title

public void title()
Does nothing.

title_

public void title_()
Does nothing.
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.