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, useForChildren
TextBuilder(BuilderContext ctx)
TextBuilder(BuilderContext ctx, IRtfTextContainer c) throws ConverterException
ConverterException
ParagraphBuilder
public java.lang.String toString()
toString
in class java.lang.Object
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)