public abstract class ElementReplacer extends Object
Constructor and Description |
---|
ElementReplacer() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
accept(LayoutContext context,
Element element) |
abstract void |
clear(Element element) |
abstract String |
getElementNameMatch() |
abstract boolean |
isElementNameMatch() |
abstract ReplacedElement |
replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
abstract void |
reset() |
public abstract boolean isElementNameMatch()
public abstract String getElementNameMatch()
public abstract boolean accept(LayoutContext context, Element element)
public abstract ReplacedElement replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
public abstract void clear(Element element)
public abstract void reset()
Copyright © 2017. All rights reserved.