Package | Description |
---|---|
org.xhtmlrenderer.context | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.simple.extend | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
void |
StyleReference.setDocumentContext(SharedContext context,
NamespaceHandler nsh,
org.w3c.dom.Document doc,
UserInterface ui)
Sets the documentContext attribute of the StyleReference object
|
Constructor and Description |
---|
StandardAttributeResolver(NamespaceHandler nsh,
UserAgentCallback uac,
UserInterface ui)
Constructor for the StandardAttributeResolver object
|
Modifier and Type | Method and Description |
---|---|
NamespaceHandler |
LayoutContext.getNamespaceHandler() |
NamespaceHandler |
SharedContext.getNamespaceHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SharedContext.setNamespaceHandler(NamespaceHandler nh) |
Modifier and Type | Method and Description |
---|---|
void |
ITextRenderer.setDocument(org.w3c.dom.Document doc,
java.lang.String url,
NamespaceHandler nsh) |
Modifier and Type | Class and Description |
---|---|
class |
XhtmlCssOnlyNamespaceHandler
Handles xhtml but only css styling is honored,
no presentational html attributes (see css 2.1 spec, 6.4.4)
|
class |
XhtmlNamespaceHandler
Handles xhtml documents, including presentational html attributes (see css 2.1 spec, 6.4.4).
|
Modifier and Type | Class and Description |
---|---|
class |
NoNamespaceHandler
Handles a general XML document
|
Modifier and Type | Method and Description |
---|---|
void |
RootPanel.setDocument(org.w3c.dom.Document doc,
java.lang.String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocument(java.io.InputStream stream,
java.lang.String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocument(java.lang.String url,
NamespaceHandler nsh) |
void |
BasicPanel.setDocumentFromString(java.lang.String content,
java.lang.String url,
NamespaceHandler nsh) |