Package | Description |
---|---|
org.xhtmlrenderer.css.style | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
StyleReference |
CssContext.getCss() |
Modifier and Type | Method and Description |
---|---|
StyleReference |
LayoutContext.getCss() |
StyleReference |
SharedContext.getCss() |
Modifier and Type | Method and Description |
---|---|
void |
SharedContext.setCss(StyleReference css) |
Modifier and Type | Method and Description |
---|---|
StyleReference |
RenderingContext.getCss() |
Modifier and Type | Method and Description |
---|---|
void |
DOMInspector.setForDocument(org.w3c.dom.Document doc,
SharedContext context,
StyleReference sr)
Sets the forDocument attribute of the DOMInspector object
|
Constructor and Description |
---|
DOMInspector(org.w3c.dom.Document doc,
SharedContext context,
StyleReference sr)
Constructor for the DOMInspector object
|