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 and Description |
---|---|
class |
CssFileProcessor
A ReadingProcessor that creates a CssFile from the given bytes.
|
Modifier and Type | Method and Description |
---|---|
void |
FileRetrieveImpl.processFromHref(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.
|
void |
FileRetrieve.processFromHref(String href, ReadingProcessor processor)
Process content from a given URL. using URL.openStream()
|
void |
FileRetrieveImpl.processFromStream(InputStream in, ReadingProcessor processor) |
void |
FileRetrieve.processFromStream(InputStream in, ReadingProcessor processor)
Process content from a given stream.
|
Copyright © 2016. All rights reserved.