com.atlassian.confluence.content.render.xhtml.storage.embed
Class StorageImageAttributeParser

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.ImageAttributeParser
      extended by 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
StorageImageAttributeParser(DefaultEmbeddedImage embededImage)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageImageAttributeParser

public StorageImageAttributeParser(DefaultEmbeddedImage embededImage)
Method Detail

readImageAttributes

public void readImageAttributes(StartElement imageElement)
Overrides:
readImageAttributes in class ImageAttributeParser

getQName

protected QName getQName(String nameSpace,
                         String prefix,
                         String localName)
Specified by:
getQName in class ImageAttributeParser


Copyright © 2003-2012 Atlassian. All Rights Reserved.