class ParagraphBuilder extends AbstractBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTE_FO_KEEP_TOGETHER |
static java.lang.String |
TAG_FO_BLOCK |
m_context
Constructor and Description |
---|
ParagraphBuilder(BuilderContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
characters(java.lang.String str)
called by the parser for Text nodes
|
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 processes fo:block elements
|
void |
start(java.lang.String rawName,
org.xml.sax.Attributes attrs)
called by Converter at the start of an element
|
attributeIsSet, attributeIsSet, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildren
public static final java.lang.String TAG_FO_BLOCK
public static final java.lang.String ATTRIBUTE_FO_KEEP_TOGETHER
ParagraphBuilder(BuilderContext ctx)
public void start(java.lang.String rawName, org.xml.sax.Attributes attrs) throws java.io.IOException
java.io.IOException
public void end() throws java.io.IOException
java.io.IOException
public void characters(java.lang.String str) throws java.io.IOException
characters
in interface IBuilder
characters
in class AbstractBuilder
java.io.IOException
public IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)