Package | Description |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.resource | |
org.xhtmlrenderer.swing |
Modifier and Type | Method and Description |
---|---|
XMLResource |
UserAgentCallback.getXMLResource(java.lang.String uri)
Retrieves the XML at the given URI.
|
Modifier and Type | Method and Description |
---|---|
static XMLResource |
XMLResource.load(org.xml.sax.InputSource source) |
static XMLResource |
XMLResource.load(java.io.InputStream stream) |
static XMLResource |
XMLResource.load(java.io.Reader reader) |
static XMLResource |
XMLResource.load(javax.xml.transform.Source source) |
Modifier and Type | Method and Description |
---|---|
XMLResource |
NaiveUserAgent.getXMLResource(java.lang.String uri)
Retrieves the XML located at the given URI.
|