public class IFrameTagHandler extends DefaultTagHandler
Since the assets should continue to be referable, their src attribute values are prepended with the current design path. Note that design path is where the assets are dumped during the import process.
IFrameTagHandlerFactoryNAME_HINT_PROPERTY_KEY| Constructor and Description |
|---|
IFrameTagHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginHandling(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
Callback to signal the start of handling giving the tag handler a chance for running intialization routines.
|
java.lang.String |
getRawSrc() |
boolean |
isNormalizationRequired() |
boolean |
isRawSrcAbsolute() |
void |
setNormalizationPrefix(java.lang.String normalizationPrefix) |
void |
setNormalizationRequired(boolean normalizationRequired) |
characters, endHandlingendElement, getContent, getPageComponents, setDesignImporterContext, setPageBuilder, setTagHandlerProvider, startElement, supportsContentpublic java.lang.String getRawSrc()
public boolean isRawSrcAbsolute()
public void setNormalizationPrefix(java.lang.String normalizationPrefix)
public boolean isNormalizationRequired()
public void setNormalizationRequired(boolean normalizationRequired)
public void beginHandling(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
TagHandler
TagHandlers are registered against tag+attribute combination and are invoked by the HTMLContentHandler as and when it
encounters a tag matching the tag attribute combination the tag handler is registered with.
beginHandling in interface TagHandlerbeginHandling in class DefaultTagHandlerCopyright © 2010 - 2023 Adobe. All Rights Reserved