Package | Description |
---|---|
com.itextpdf.tool.xml.css |
Collection of classes to handle css files, rules, properties.
|
com.itextpdf.tool.xml.net |
Classes to ease the reading of data from files, streams or URLs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CssFileProcessor |
A
ReadingProcessor that creates a CssFile from the given bytes. |
Modifier and Type | Method | Description |
---|---|---|
void |
FileRetrieve.processFromHref(java.lang.String href,
ReadingProcessor processor) |
Process content from a given URL.
|
void |
FileRetrieveImpl.processFromHref(java.lang.String href,
ReadingProcessor processor) |
ProcessFromHref first tries to create an
URL from the given href ,
if that throws a MalformedURLException , it will prepend the given
root URLs to href until a valid URL is found.If by then there is no valid url found, this method will see if the given href is a valid file
and can read it.If it's not a valid file or a file that can't be read, the given root directories will be set as root path with the given href as
file path until a valid file has been found. |
void |
FileRetrieve.processFromStream(java.io.InputStream in,
ReadingProcessor processor) |
Process content from a given stream.
|
void |
FileRetrieveImpl.processFromStream(java.io.InputStream in,
ReadingProcessor processor) |
Copyright © 1998–2018. All rights reserved.