Class ReadableResourceSAXInputSource


  • public class ReadableResourceSAXInputSource
    extends InputSource
    Special InputSource implementation that reads from IReadableResource or IHasInputStream objects. The system ID of the stream source is automatically determined from the resource or can be manually passed in.
    Author:
    Philip Helger
    • Constructor Detail

      • ReadableResourceSAXInputSource

        public ReadableResourceSAXInputSource​(@Nonnull
                                              com.helger.commons.io.resource.IReadableResource aResource)
      • ReadableResourceSAXInputSource

        public ReadableResourceSAXInputSource​(@Nonnull
                                              com.helger.commons.io.IHasInputStream aISP,
                                              @Nullable
                                              String sSystemID)