Uses of Interface
com.itextpdf.kernel.utils.IXmlParserFactory
-
Packages that use IXmlParserFactory Package Description com.itextpdf.kernel.utils -
-
Uses of IXmlParserFactory in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement IXmlParserFactory Modifier and Type Class Description class
DefaultSafeXmlParserFactory
Implementation ofIXmlParserFactory
for creating safe xml parser objects.Fields in com.itextpdf.kernel.utils declared as IXmlParserFactory Modifier and Type Field Description private static IXmlParserFactory
XmlProcessorCreator. xmlParserFactory
Methods in com.itextpdf.kernel.utils with parameters of type IXmlParserFactory Modifier and Type Method Description static void
XmlProcessorCreator. setXmlParserFactory(IXmlParserFactory factory)
Specifies anIXmlParserFactory
implementation that will be used to create the xml parsers in theXmlProcessorCreator
.
-