Package org.xhtmlrenderer.test
Class ElementReplacer
java.lang.Object
org.xhtmlrenderer.test.ElementReplacer
- Direct Known Subclasses:
SwingImageReplacer
- Author:
- patrick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanaccept(LayoutContext context, Element element) abstract voidabstract Stringabstract booleanabstract ReplacedElementreplace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) abstract voidreset()
-
Constructor Details
-
ElementReplacer
public ElementReplacer()
-
-
Method Details
-
isElementNameMatch
public abstract boolean isElementNameMatch() -
getElementNameMatch
-
accept
-
replace
public abstract ReplacedElement replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
clear
-
reset
public abstract void reset()
-