org.jfor.jfor.converter
Class SectionBuilder

java.lang.Object
  extended by org.jfor.jfor.converter.AbstractBuilder
      extended by org.jfor.jfor.converter.SectionBuilder
All Implemented Interfaces:
IBuilder

 class SectionBuilder
extends AbstractBuilder

Builds an RtfSection for the fo:page-sequence element.

Author:
Bertrand Delacretaz bdelacretaz@codeconsult.ch ----------------------------------------------------------------------------

Field Summary
 
Fields inherited from class org.jfor.jfor.converter.AbstractBuilder
m_context
 
Constructor Summary
SectionBuilder(BuilderContext ctx)
           
 
Method Summary
 void end()
          called by Converter at the end of an element
 IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
          this builder applies to fo:root
 void start(java.lang.String rawName, org.xml.sax.Attributes atts)
          called by Converter at the start of an element
 
Methods inherited from class org.jfor.jfor.converter.AbstractBuilder
attributeIsSet, attributeIsSet, characters, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionBuilder

SectionBuilder(BuilderContext ctx)
Method Detail

start

public void start(java.lang.String rawName,
                  org.xml.sax.Attributes atts)
           throws java.io.IOException
called by Converter at the start of an element

Throws:
java.io.IOException

end

public void end()
called by Converter at the end of an element


getBuilder

public IBuilder getBuilder(BuilderContext ctx,
                           java.lang.String rawName,
                           org.xml.sax.Attributes atts)
this builder applies to fo:root