Class 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 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.