public class

HtmlImageParser

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.importexport.impl.HtmlImageParser

Class Overview

This class parses html and extracts all the image tags required for exports using the given image processing rule. At the same time of extraction, the image source links are also replaced with the relative export path and written to the given writer.

Summary

Public Constructors
HtmlImageParser()
Public Methods
Set<ExportImageDescriptor> parse(SitemeshBuffer sitemeshBuffer, Writer writer, ImageProcessingRule rule)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HtmlImageParser ()

Public Methods

public Set<ExportImageDescriptor> parse (SitemeshBuffer sitemeshBuffer, Writer writer, ImageProcessingRule rule)

Throws
IOException