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

Class LatexBookSink

public class LatexBookSink extends LatexSink

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

Author: Trygve Laugstøl

Constructor Summary
LatexBookSink(Writer out)
Construct a new LatexBookSink which is a LatexSink with the given writer, null sinkCommands, null preamble and fragmentDocument = true.
Method Summary
protected StringgetDocumentBegin()
protected StringgetDocumentStart()
StringgetTitle()
Return the title.
voidtext(String newText)
voidtitle_()

Constructor Detail

LatexBookSink

public LatexBookSink(Writer out)
Construct a new LatexBookSink which is a LatexSink with the given writer, null sinkCommands, null preamble and fragmentDocument = true.

Parameters: out the writer for the sink.

Method Detail

getDocumentBegin

protected String getDocumentBegin()
{@inheritDoc }

getDocumentStart

protected String getDocumentStart()
{@inheritDoc }

getTitle

public String getTitle()
Return the title.

Returns: String.

text

public void text(String newText)
{@inheritDoc }

title_

public void title_()
{@inheritDoc }
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.