Class XmlSaxProcessor
java.lang.Object
com.itextpdf.signatures.validation.lotl.xml.XmlSaxProcessor
This class provides an autoport independent SAX processor for XML documents.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(InputStream inputStream, IDefaultXmlHandler handler) Processes the XML document from the given input stream using the provided handler.
-
Constructor Details
-
XmlSaxProcessor
public XmlSaxProcessor()
-
-
Method Details
-
process
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
-