Class SystemId

java.lang.Object
com.ctc.wstx.io.SystemId

public class SystemId extends Object
Helper class that is used to defer construction of URL to help with cases where real URL is not actually needed, and incoming System Id may not even resolve properly.

Note that class is meant to be accessed from a single thread, and is not designed as multi-thread safe. Specifically it is not to be used for caching or as a key, but strictly as System Id for processing of a single XML document.

Since:
4.4
  • Field Details

    • mURL

      protected URL mURL
    • mSystemId

      protected String mSystemId
  • Constructor Details

    • SystemId

      protected SystemId(String systemId, URL url)
  • Method Details