Class StorageImageAttributeParser
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
-
- com.atlassian.confluence.content.render.xhtml.storage.embed.StorageImageAttributeParser
-
public class StorageImageAttributeParser extends ImageAttributeParser
Extend the EditorImageAttributeParser to handle some additional attributes that are found in storage format.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
embeddedImage
-
-
Constructor Summary
Constructors Constructor Description StorageImageAttributeParser(DefaultEmbeddedImage embededImage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected QName
getQName(String nameSpace, String prefix, String localName)
void
readImageAttributes(StartElement imageElement)
-
Methods inherited from class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
getEmbededImage, readImageAttributes
-
-
-
-
Constructor Detail
-
StorageImageAttributeParser
public StorageImageAttributeParser(DefaultEmbeddedImage embededImage)
-
-
Method Detail
-
readImageAttributes
public void readImageAttributes(StartElement imageElement)
- Overrides:
readImageAttributes
in classImageAttributeParser
-
-