Uses of Interface
com.itextpdf.kernel.utils.IXmlParserFactory
-
Uses of IXmlParserFactory in com.itextpdf.kernel.utils
Modifier and TypeClassDescriptionclass
Implementation ofIXmlParserFactory
for creating safe xml parser objects.Modifier and TypeMethodDescriptionstatic void
XmlProcessorCreator.setXmlParserFactory
(IXmlParserFactory factory) Specifies anIXmlParserFactory
implementation that will be used to create the xml parsers in theXmlProcessorCreator
.