Package | Description |
---|---|
org.xhtmlrenderer.context | |
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
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.swing | |
org.xhtmlrenderer.test |
Modifier and Type | Method and Description |
---|---|
void |
StylesheetFactoryImpl.setUserAgentCallback(UserAgentCallback userAgent) |
void |
StyleReference.setUserAgentCallback(UserAgentCallback userAgentCallback) |
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
|
Modifier and Type | Class and Description |
---|---|
class |
ITextUserAgent |
Modifier and Type | Method and Description |
---|---|
ReplacedElement |
ITextReplacedElementFactory.createReplacedElement(LayoutContext c,
BlockBox box,
UserAgentCallback uac,
int cssWidth,
int cssHeight) |
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() |
Constructor and Description |
---|
XhtmlForm(UserAgentCallback uac,
org.w3c.dom.Element e) |
XhtmlForm(UserAgentCallback uac,
org.w3c.dom.Element e,
FormSubmissionListener fsListener) |
Modifier and Type | Class and Description |
---|---|
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.
|
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) |