Class InputFactory

java.lang.Object
org.apache.sis.util.Static
org.apache.sis.xml.InputFactory

final class InputFactory extends Static
Provides access to XMLInputFactory methods as static methods working on a SIS-wide instance. This convenience is provided in a separated class in order to allow the JVM to instantiate the factory only when first needed, when initializing this class.
Since:
0.4
Version:
1.0
  • Field Details

    • FACTORY

      private static final XMLInputFactory FACTORY
      The SIS-wide factory. This factory can be specified by the user, for example using the javax.xml.stream.XMLInputFactory system property.
      Note: XMLInputFactory has an newDefaultFactory() method which bypass user settings.
  • Constructor Details

    • InputFactory

      private InputFactory()
      Do not allow instantiation of this class.
  • Method Details