|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfor.jfor.converter
Class TableCellBuilder

java.lang.Objectorg.jfor.jfor.converter.AbstractBuilder
org.jfor.jfor.converter.TableCellBuilder
- All Implemented Interfaces:
- IBuilder
- class TableCellBuilder
- extends AbstractBuilder
An IBuilder that handles fo:table-cell
| Field Summary |
| Fields inherited from class org.jfor.jfor.converter.AbstractBuilder |
m_context |
| Constructor Summary | |
(package private) |
TableCellBuilder(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 TableCellBuilder for fo:table-cell elements |
void |
start(java.lang.String rawName,
org.xml.sax.Attributes atts)
called by Converter at the start of an element Modified by Peter Herweg on 2003-06-29 in order to support "number-rows-spanned" |
| 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 |
TableCellBuilder
TableCellBuilder(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
Modified by Peter Herweg on 2003-06-29 in order to support "number-rows-spanned"
end
public void end()
throws java.io.IOException
- called by Converter at the end of an element
getBuilder
public IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
- return a TableCellBuilder for fo:table-cell elements
|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC