|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface for Builders that create RtfElements in response to SAX events
Method Summary | |
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)
factory method: return the appropriate builder for given element if we have one |
boolean |
ignoreChildren()
if true, xsl:fo elements that are children of an element using this builder must be ignored |
void |
postEnd()
called by Converter after calling end() |
void |
preStart(java.lang.String rawName,
org.xml.sax.Attributes atts)
called by Converter before calling start() |
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 |
Method Detail |
public void preStart(java.lang.String rawName, org.xml.sax.Attributes atts) throws java.io.IOException
java.io.IOException
public void start(java.lang.String rawName, org.xml.sax.Attributes atts) throws java.io.IOException
java.io.IOException
public void end() throws java.io.IOException
java.io.IOException
public void postEnd() throws java.io.IOException
java.io.IOException
public void characters(java.lang.String str) throws java.io.IOException
java.io.IOException
public IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes atts)
public boolean ignoreChildren()
public boolean useForChildren(java.lang.String rawName, org.xml.sax.Attributes attrs)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |