Class ProcessingContext
- java.lang.Object
-
- com.levigo.jadice.server.html2fop.internal.process.ProcessingContext
-
public class ProcessingContext extends Object
The processing context object is a container object that is handed over to the different HTMLProcessor implementations. It offers us the possibility to expand the parameters that are needed in future implementations.
-
-
Constructor Summary
Constructors Constructor Description ProcessingContext(org.w3c.dom.html2.HTMLDocument document, StreamResolver streamResolver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.w3c.dom.html2.HTMLDocument
getDocument()
Returns the raw html document of the html body without it's rendered representation.StreamResolver
getStreamResolver()
-
-
-
Constructor Detail
-
ProcessingContext
public ProcessingContext(org.w3c.dom.html2.HTMLDocument document, StreamResolver streamResolver)
-
-
Method Detail
-
getDocument
public org.w3c.dom.html2.HTMLDocument getDocument()
Returns the raw html document of the html body without it's rendered representation.- Returns:
- the raw html document of the html body without it's rendered representation.
-
getStreamResolver
public StreamResolver getStreamResolver()
-
-