Modifier and Type | Method and Description |
---|---|
public String | Returns: The system identifier that was set with setSystemId, or null if setSystemId was not called.Get the system identifier that was set with setSystemId. |
public default boolean | Returns: true if theSource object is empty, false otherwiseIndicates whether the |
public void | setSystemId(String
The system identifier as a URL string. systemId)Set the system identifier for this Source. |
getSystemId | back to summary |
---|---|
public String getSystemId() Get the system identifier that was set with setSystemId.
|
isEmpty | back to summary |
---|---|
public default boolean isEmpty() Indicates whether the Implementation Specification The default implementation of this method throws
|
setSystemId | back to summary |
---|---|
public void setSystemId(String systemId) Set the system identifier for this Source. The system identifier is optional if the source does not get its data from a URL, but it may still be useful to provide one. The application can use a system identifier, for example, to resolve relative URIs and to include in error messages and warnings.
|