| Package | Description |
|---|---|
| org.xhtmlrenderer.context | |
| org.xhtmlrenderer.extend | |
| org.xhtmlrenderer.layout | |
| org.xhtmlrenderer.render | |
| org.xhtmlrenderer.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here! All the classes
in this package are oriented towards ease-of-use.
|
| org.xhtmlrenderer.simple.extend | |
| org.xhtmlrenderer.simple.extend.form | |
| org.xhtmlrenderer.swing | |
| org.xhtmlrenderer.test |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleReference.setUserAgentCallback(UserAgentCallback userAgentCallback) |
void |
StylesheetFactoryImpl.setUserAgentCallback(UserAgentCallback userAgent) |
| Constructor and Description |
|---|
StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui)
Constructor for the StandardAttributeResolver object
|
StyleReference(UserAgentCallback userAgent)
Default constructor for initializing members.
|
StylesheetFactoryImpl(UserAgentCallback userAgentCallback) |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
ReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
| Modifier and Type | Method and Description |
|---|---|
UserAgentCallback |
LayoutContext.getUac() |
UserAgentCallback |
SharedContext.getUac()
Gets the uac attribute of the RenderingContext object
|
UserAgentCallback |
SharedContext.getUserAgentCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedContext.setUserAgentCallback(UserAgentCallback userAgentCallback) |
| Constructor and Description |
|---|
SharedContext(UserAgentCallback uac)
Constructor for the Context object
|
SharedContext(UserAgentCallback uac,
FontResolver fr,
ReplacedElementFactory ref,
TextRenderer tr,
float dpi)
Constructor for the Context object
|
| Modifier and Type | Method and Description |
|---|---|
UserAgentCallback |
RenderingContext.getUac() |
| Constructor and Description |
|---|
XHTMLPanel(UserAgentCallback uac)
Instantiates a panel with a custom
UserAgentCallback
implementation. |
| Modifier and Type | Method and Description |
|---|---|
UserAgentCallback |
XhtmlForm.getUserAgentCallback() |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
NoReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
| Constructor and Description |
|---|
XhtmlForm(UserAgentCallback uac,
Element e) |
XhtmlForm(UserAgentCallback uac,
Element e,
FormSubmissionListener fsListener) |
| Modifier and Type | Method and Description |
|---|---|
protected UserAgentCallback |
FormField.getUserAgentCallback() |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingUserAgent
NaiveUserAgent is a simple implementation of
UserAgentCallback which places no restrictions on what
XML, CSS or images are loaded, and reports visited links without any filtering. |
class |
NaiveUserAgent
NaiveUserAgent is a simple implementation of
UserAgentCallback which places no restrictions on what
XML, CSS or images are loaded, and reports visited links without any filtering. |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
SwingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight)
NOTE: Only block equivalent elements can be replaced.
|
protected ReplacedElement |
SwingReplacedElementFactory.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
| Constructor and Description |
|---|
BasicPanel(UserAgentCallback uac) |
ScalableXHTMLPanel(UserAgentCallback uac)
Instantiates a panel with a custom
UserAgentCallback
implementation. |
| Modifier and Type | Method and Description |
|---|---|
ReplacedElement |
DelegatingReplacedElementFactory.createReplacedElement(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
abstract ReplacedElement |
ElementReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
ReplacedElement |
SwingImageReplacer.replace(LayoutContext context,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
protected ReplacedElement |
SwingImageReplacer.replaceImage(UserAgentCallback uac,
LayoutContext context,
Element elem,
int cssWidth,
int cssHeight)
Handles replacement of image elements in the document.
|
Copyright © 2021. All rights reserved.