com.itextpdf.tool.xml.pipeline.html
Class UrlLinkResolver

java.lang.Object
  extended by com.itextpdf.tool.xml.pipeline.html.UrlLinkResolver

public class UrlLinkResolver
extends Object


Constructor Summary
UrlLinkResolver()
           
UrlLinkResolver(String localRootPath)
           
 
Method Summary
 URL resolveLocalUrl(String src)
           
 URL resolveUrl(String src)
           
 void setLocalRootPath(String rootPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlLinkResolver

public UrlLinkResolver(String localRootPath)

UrlLinkResolver

public UrlLinkResolver()
Method Detail

resolveUrl

public URL resolveUrl(String src)
               throws MalformedURLException
Throws:
MalformedURLException

resolveLocalUrl

public URL resolveLocalUrl(String src)
                    throws MalformedURLException
Throws:
MalformedURLException

setLocalRootPath

public void setLocalRootPath(String rootPath)


Copyright © 2015. All Rights Reserved.