Home | History | Annotate | Download | only in stream

Lines Matching defs:systemId

77      * @param systemId Must be a String that conforms to the URI syntax.
79 public StreamResult(String systemId) {
80 this.systemId = systemId;
139 * Set the systemID that may be used in association
143 * @param systemId The system identifier as a URI string.
145 public void setSystemId(String systemId) {
146 this.systemId = systemId;
161 this.systemId = FilePathToURI.filepath2URI(f.getAbsolutePath());
171 return systemId;
179 * The systemID that may be used in association
183 private String systemId;