class TableCellBuilder extends AbstractBuilder
m_context| Constructor and Description |
|---|
TableCellBuilder(BuilderContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
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"
|
attributeIsSet, attributeIsSet, characters, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildrenTableCellBuilder(BuilderContext ctx)
public void start(java.lang.String rawName,
org.xml.sax.Attributes atts)
throws java.io.IOException
java.io.IOExceptionpublic void end()
throws java.io.IOException
java.io.IOExceptionpublic IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)