Uses of Interface
com.itextpdf.tool.xml.net.ReadingProcessor
Packages that use ReadingProcessor
Package
Description
Collection of classes to handle css files, rules, properties.
Classes to ease the reading of data from files, streams or URLs.
-
Uses of ReadingProcessor in com.itextpdf.tool.xml.css
Classes in com.itextpdf.tool.xml.css that implement ReadingProcessorModifier and TypeClassDescriptionclassAReadingProcessorthat creates aCssFilefrom the given bytes. -
Uses of ReadingProcessor in com.itextpdf.tool.xml.net
Methods in com.itextpdf.tool.xml.net with parameters of type ReadingProcessorModifier and TypeMethodDescriptionvoidFileRetrieve.processFromHref(String href, ReadingProcessor processor) Process content from a given URL.voidFileRetrieveImpl.processFromHref(String href, ReadingProcessor processor) ProcessFromHref first tries to create anURLfrom the givenhref, if that throws aMalformedURLException, it will prepend the given root URLs tohrefuntil a valid URL is found.
If by then there is no valid url found, this method will see if the givenhrefis 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 givenhrefas file path until a valid file has been found.voidFileRetrieve.processFromStream(InputStream in, ReadingProcessor processor) Process content from a given stream.voidFileRetrieveImpl.processFromStream(InputStream in, ReadingProcessor processor) private voidFileRetrieveImpl.read(ReadingProcessor processor, InputStream in)