|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jfor.jfor.converter
Interface IBuilder

- All Known Implementing Classes:
- AbstractBuilder
- interface IBuilder
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 |
preStart
public void preStart(java.lang.String rawName, org.xml.sax.Attributes atts) throws java.io.IOException
- called by Converter before calling start()
start
public void start(java.lang.String rawName, org.xml.sax.Attributes atts) throws java.io.IOException
- called by Converter at the start of an element
end
public void end()
throws java.io.IOException
- called by Converter at the end of an element
postEnd
public void postEnd()
throws java.io.IOException
- called by Converter after calling end()
characters
public void characters(java.lang.String str) throws java.io.IOException
- called by the parser for Text nodes
getBuilder
public 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
ignoreChildren
public boolean ignoreChildren()
- if true, xsl:fo elements that are children of an element using this builder must be ignored
useForChildren
public boolean useForChildren(java.lang.String rawName, org.xml.sax.Attributes attrs)
- if true, builder is used for its child elements as well
|
|||||||||
| Home >> All >> org >> jfor >> jfor >> [ converter overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC