Uses of Interface
org.jibx.runtime.impl.IXMLReaderFactory
-
Packages that use IXMLReaderFactory Package Description org.jibx.runtime.impl -
-
Uses of IXMLReaderFactory in org.jibx.runtime.impl
Classes in org.jibx.runtime.impl that implement IXMLReaderFactory Modifier and Type Class Description classStAXReaderFactoryFactory for creating XMLPull parser instances.classXMLPullReaderFactoryFactory for creating XMLPull parser instances.Methods in org.jibx.runtime.impl that return IXMLReaderFactory Modifier and Type Method Description static IXMLReaderFactoryRuntimeSupport. createReaderFactory(String cname)Parser factory class loader method.static IXMLReaderFactoryRuntimeSupport. loadFactory()Load the appropriate reader factory.
-