|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfor.jfor.converter.AbstractBuilder
org.jfor.jfor.converter.ExternalGraphicBuilder
An IBuilder that handles fo:external-graphic
| Field Summary |
| Fields inherited from class org.jfor.jfor.converter.AbstractBuilder |
m_context |
| Constructor Summary | |
ExternalGraphicBuilder(BuilderContext ctx)
Default constructor. |
|
| 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 attr)
Return the appropriate builder for given element if we have one. |
boolean |
ignoreChildren()
Ignores child nodes. |
void |
start(java.lang.String rawName,
org.xml.sax.Attributes attr)
Called by Converter at the start of an element. |
| Methods inherited from class org.jfor.jfor.converter.AbstractBuilder |
attributeIsSet, attributeIsSet, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, postEnd, preStart, useForChildren |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ExternalGraphicBuilder(BuilderContext ctx)
ctx - a BuilderContext value| Method Detail |
public IBuilder getBuilder(BuilderContext ctx,
java.lang.String rawName,
org.xml.sax.Attributes attr)
ctx - a BuilderContext valuerawName - a String valueattr - an Attributes value
IBuilder value
public void start(java.lang.String rawName,
org.xml.sax.Attributes attr)
throws java.io.IOException
rawName - a String valueattr - an Attributes value
java.io.IOException - if an error occurs
public void end()
throws java.io.IOException
java.io.IOException - if an error occurs
public void characters(java.lang.String str)
throws java.io.IOException
characters in interface IBuildercharacters in class AbstractBuilderstr - a String value
java.io.IOException - if an error occurspublic boolean ignoreChildren()
ignoreChildren in interface IBuilderignoreChildren in class AbstractBuilder
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||