org.jfor.jfor.converter
Class TableHeaderBuilder

java.lang.Object
  extended byorg.jfor.jfor.converter.AbstractBuilder
      extended byorg.jfor.jfor.converter.TableHeaderBuilder
All Implemented Interfaces:
IBuilder

class TableHeaderBuilder
extends AbstractBuilder

An IBuilder that handles fo:table-header

Author:
Normand Masse

Field Summary
 
Fields inherited from class org.jfor.jfor.converter.AbstractBuilder
m_context
 
Constructor Summary
(package private) TableHeaderBuilder(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)
          return a TableBuilder for fo:table elements
 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

TableHeaderBuilder

TableHeaderBuilder(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()
         throws java.io.IOException
called by Converter at the end of an element

Throws:
java.io.IOException

getBuilder

public IBuilder getBuilder(BuilderContext ctx,
                           java.lang.String rawName,
                           org.xml.sax.Attributes atts)
return a TableBuilder for fo:table elements