Class XmlSaxProcessor

java.lang.Object
com.itextpdf.signatures.validation.lotl.xml.XmlSaxProcessor

public class XmlSaxProcessor extends Object
This class provides an autoport independent SAX processor for XML documents.
  • Constructor Details

    • XmlSaxProcessor

      public XmlSaxProcessor()
  • Method Details

    • process

      public void process (InputStream inputStream, IDefaultXmlHandler handler)
      Processes the XML document from the given input stream using the provided handler.
      Parameters:
      inputStream - the input stream containing the XML document
      handler - the handler to process the XML elements