public class SystemId extends Object
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.
Modifier and Type | Field and Description |
---|---|
protected String |
mSystemId |
protected URL |
mURL |
Modifier | Constructor and Description |
---|---|
protected |
SystemId(String systemId,
URL url) |
public URL asURL() throws IOException
IOException
public boolean hasResolvedURL()
Copyright © 2018 FasterXML. All rights reserved.