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 classDefaultSafeXmlParserFactoryImplementation ofIXmlParserFactoryfor creating safe xml parser objects.Fields in com.itextpdf.kernel.utils declared as IXmlParserFactory Modifier and Type Field Description private static IXmlParserFactoryXmlProcessorCreator. xmlParserFactoryMethods in com.itextpdf.kernel.utils with parameters of type IXmlParserFactory Modifier and Type Method Description static voidXmlProcessorCreator. setXmlParserFactory(IXmlParserFactory factory)Specifies anIXmlParserFactoryimplementation that will be used to create the xml parsers in theXmlProcessorCreator.
-