Class ReadableResourceSAXInputSource

java.lang.Object
org.xml.sax.InputSource
com.helger.xml.sax.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 Details

    • ReadableResourceSAXInputSource

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

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