|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.importexport.impl.HtmlImageParser
public class HtmlImageParser
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.
Constructor Summary | |
---|---|
HtmlImageParser()
|
Method Summary | |
---|---|
java.util.Set<ExportImageDescriptor> |
parse(com.opensymphony.module.sitemesh.SitemeshBuffer sitemeshBuffer,
java.io.Writer writer,
ImageProcessingRule rule)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HtmlImageParser()
Method Detail |
---|
public java.util.Set<ExportImageDescriptor> parse(com.opensymphony.module.sitemesh.SitemeshBuffer sitemeshBuffer, java.io.Writer writer, ImageProcessingRule rule) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |