Package com.ctc.wstx.io
Class SystemId
java.lang.Object
com.ctc.wstx.io.SystemId
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mURL
-
mSystemId
-
-
Constructor Details
-
SystemId
-
-
Method Details
-
construct
-
construct
-
construct
-
asURL
- Throws:
IOException
-
hasResolvedURL
public boolean hasResolvedURL() -
toString
-