class ListItemLabelBuilder extends AbstractBuilder
m_context| Constructor and Description |
|---|
ListItemLabelBuilder(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)
return a TableBuilder for fo:table elements
|
void |
start(java.lang.String rawName,
org.xml.sax.Attributes atts)
called by Converter at the start of an element
|
boolean |
useForChildren(java.lang.String rawName,
org.xml.sax.Attributes attrs)
if true, builder is used for its child elements as well
|
attributeIsSet, attributeIsSet, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, ignoreChildren, postEnd, preStartListItemLabelBuilder(BuilderContext ctx)
public void start(java.lang.String rawName,
org.xml.sax.Attributes atts)
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 void end()
throws java.io.IOException
java.io.IOExceptionpublic IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
public boolean useForChildren(java.lang.String rawName,
org.xml.sax.Attributes attrs)
useForChildren in interface IBuilderuseForChildren in class AbstractBuilder