public abstract class ImageAttributeParser extends Object
Modifier and Type | Field and Description |
---|---|
protected DefaultEmbeddedImage |
embeddedImage |
Constructor and Description |
---|
ImageAttributeParser(DefaultEmbeddedImage embededImage) |
Modifier and Type | Method and Description |
---|---|
DefaultEmbeddedImage |
getEmbededImage() |
protected abstract QName |
getQName(String nameSpace,
String prefix,
String localName) |
void |
readImageAttributes(StartElement imageElement) |
void |
readImageAttributes(String namespace,
String prefix,
StartElement imageElement) |
protected DefaultEmbeddedImage embeddedImage
public ImageAttributeParser(DefaultEmbeddedImage embededImage)
public void readImageAttributes(StartElement imageElement)
public void readImageAttributes(String namespace, String prefix, StartElement imageElement)
public DefaultEmbeddedImage getEmbededImage()
Copyright © 2003–2019 Atlassian. All rights reserved.