Class ImageURLFieldReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
-
- org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler
-
- org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
-
- org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractImageElementReadHandler
-
- org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.ImageURLFieldReadHandler
-
- All Implemented Interfaces:
ReportElementReadHandler
,org.pentaho.reporting.libraries.xmlns.parser.XmlReadHandler
public class ImageURLFieldReadHandler extends AbstractImageElementReadHandler
-
-
Field Summary
-
Fields inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
ALIGNMENT_ATT, COLOR_ATT, FIELDNAME_ATT, FONT_NAME_ATT, FONT_SIZE_ATT, FONT_STYLE_ATT, FS_BOLD, FS_EMBEDDED, FS_ENCODING, FS_ITALIC, FS_STRIKETHR, FS_UNDERLINE, FUNCTIONNAME_ATT, LINEHEIGHT, NAME_ATT, NULLSTRING_ATT, STYLE_CLASS_ATT, VALIGNMENT_ATT
-
-
Constructor Summary
Constructors Constructor Description ImageURLFieldReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ElementFactory
getElementFactory()
protected void
startParsing(PropertyAttributes atts)
Starts parsing.-
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractImageElementReadHandler
handleKeepAspectRatio, handleScale
-
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.simple.readhandlers.AbstractElementReadHandler
doneParsing, getElement, getHandlerForChild, getObject, handleInheritedStyle
-
Methods inherited from class org.pentaho.reporting.engine.classic.core.modules.parser.base.common.AbstractPropertyXmlReadHandler
getHandlerForChild, startParsing
-
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.AbstractXmlReadHandler
characters, deriveParseParameters, endElement, getLocator, getRootHandler, getTagName, getUri, init, isSameNamespace, performExternalParsing, performExternalParsing, startElement
-
-
-
-
Method Detail
-
startParsing
protected void startParsing(PropertyAttributes atts) throws SAXException
Starts parsing.- Overrides:
startParsing
in classAbstractImageElementReadHandler
- Parameters:
atts
- the attributes.- Throws:
SAXException
- if there is a parsing error.
-
getElementFactory
protected ElementFactory getElementFactory()
- Specified by:
getElementFactory
in classAbstractElementReadHandler
-
-