class TextBuilder extends AbstractBuilder
m_context| Constructor and Description |
|---|
TextBuilder(BuilderContext ctx) |
TextBuilder(BuilderContext ctx,
IRtfTextContainer c)
allows this to be used by other builders
|
| 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:inline elements
|
void |
start(java.lang.String rawName,
org.xml.sax.Attributes attrs)
called by Converter at the start of an element
|
java.lang.String |
toString()
debugging info
|
attributeIsSet, attributeIsSet, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStart, useForChildrenTextBuilder(BuilderContext ctx)
TextBuilder(BuilderContext ctx, IRtfTextContainer c) throws ConverterException
ConverterExceptionParagraphBuilderpublic java.lang.String toString()
toString in class java.lang.Objectpublic void start(java.lang.String rawName,
org.xml.sax.Attributes attrs)
throws java.io.IOException
java.io.IOExceptionpublic void end()
throws java.io.IOException
java.io.IOExceptionpublic void characters(java.lang.String str)
throws java.io.IOException
characters in interface IBuildercharacters in class AbstractBuilderjava.io.IOExceptionpublic IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)