Class XMLReaderFactory

  • Direct Known Subclasses:
    XMLReaderFactoryDesktop

    public abstract class XMLReaderFactory
    extends java.lang.Object
    Factory to create XML Readers.
    • Constructor Detail

      • XMLReaderFactory

        protected XMLReaderFactory()
        Constructor
    • Method Detail

      • getInstance

        public static XMLReaderFactory getInstance()
        Returns the instance of this factory.
        Returns:
        the factory instance
      • createReader

        public abstract AReader createReader()
        Creates a new default XML Reader.
        Returns:
        reader
      • createReader

        public abstract AReader createReader​(boolean bulklink)
        Creates a new XML Reader
      • createReader

        public abstract AReader createReader​(boolean bulklink,
                                             boolean validate,
                                             XMLReporter reporter)
        Creates a new XML Reader
      • createReader

        public abstract AReader createReader​(boolean bulklink,
                                             boolean validate,
                                             boolean coalescing,
                                             XMLReporter reporter)
        Creates a new XML Reader