public class

EditorImageAttributeParser

extends ImageAttributeParser
java.lang.Object
   ↳ com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
     ↳ com.atlassian.confluence.content.render.xhtml.editor.embed.EditorImageAttributeParser

Class Overview

Helper class to read the attributes of an img or ac:image tag into the supplied DefaultEmbeddedImage object.

Summary

[Expand]
Inherited Fields
From class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
Public Constructors
EditorImageAttributeParser(DefaultEmbeddedImage embededImage)
Public Methods
void readImageAttributes(StartElement imageElement)
Adds additional handling of the class attribute for editor formatted images
Protected Methods
QName getQName(String nameSpace, String prefix, String localName)
[Expand]
Inherited Methods
From class com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
From class java.lang.Object

Public Constructors

public EditorImageAttributeParser (DefaultEmbeddedImage embededImage)

Public Methods

public void readImageAttributes (StartElement imageElement)

Adds additional handling of the class attribute for editor formatted images

Protected Methods

protected QName getQName (String nameSpace, String prefix, String localName)