class ExternalGraphicBuilder extends AbstractBuilder
m_context
Constructor and Description |
---|
ExternalGraphicBuilder(BuilderContext ctx)
Default constructor.
|
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 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.
|
attributeIsSet, attributeIsSet, getAttribute, getAttribute, getValue, getValue, hasAttributeValue, hasAttributeValue, postEnd, preStart, useForChildren
public ExternalGraphicBuilder(BuilderContext ctx)
ctx
- a BuilderContext
valuepublic IBuilder getBuilder(BuilderContext ctx, java.lang.String rawName, org.xml.sax.Attributes attr)
ctx
- a BuilderContext
valuerawName
- a String
valueattr
- an Attributes
valueIBuilder
valuepublic void start(java.lang.String rawName, org.xml.sax.Attributes attr) throws java.io.IOException
rawName
- a String
valueattr
- an Attributes
valuejava.io.IOException
- if an error occurspublic void end() throws java.io.IOException
java.io.IOException
- if an error occurspublic void characters(java.lang.String str) throws java.io.IOException
characters
in interface IBuilder
characters
in class AbstractBuilder
str
- a String
valuejava.io.IOException
- if an error occurspublic boolean ignoreChildren()
ignoreChildren
in interface IBuilder
ignoreChildren
in class AbstractBuilder