|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeResolver | |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.css.extend.lib | |
| org.xhtmlrenderer.css.newmatch | |
| Uses of AttributeResolver in org.xhtmlrenderer.context |
|---|
| Classes in org.xhtmlrenderer.context that implement AttributeResolver | |
|---|---|
class |
StandardAttributeResolver
An instance which works together with a w3c DOM tree |
| Uses of AttributeResolver in org.xhtmlrenderer.css.extend.lib |
|---|
| Classes in org.xhtmlrenderer.css.extend.lib that implement AttributeResolver | |
|---|---|
class |
DOMStaticXhtmlAttributeResolver
Works for Xhtml in a DOM tree |
| Uses of AttributeResolver in org.xhtmlrenderer.css.newmatch |
|---|
| Methods in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolver | |
|---|---|
boolean |
Selector.matches(Object e,
AttributeResolver attRes,
TreeResolver treeRes)
Check if the given Element matches this selector. |
boolean |
Selector.matchesDynamic(Object e,
AttributeResolver attRes,
TreeResolver treeRes)
Check if the given Element matches this selector's dynamic properties. |
| Constructors in org.xhtmlrenderer.css.newmatch with parameters of type AttributeResolver | |
|---|---|
Matcher(TreeResolver tr,
AttributeResolver ar,
StylesheetFactory factory,
List stylesheets,
String medium)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||