Searched defs:setSystemId (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/javax/xml/transform/
H A DSource.java38 public void setSystemId(String systemId); method in interface:Source
41 * Get the system identifier that was set with setSystemId.
43 * @return The system identifier that was set with setSystemId, or null
44 * if setSystemId was not called.
H A DResult.java71 public void setSystemId(String systemId); method in interface:Result
74 * Get the system identifier that was set with setSystemId.
76 * @return The system identifier that was set with setSystemId,
77 * or null if setSystemId was not called.
/libcore/luni/src/main/java/javax/xml/transform/sax/
H A DTemplatesHandler.java53 public void setSystemId(String systemID); method in interface:TemplatesHandler
58 * @return The systemID that was set with {@link #setSystemId}.
H A DSAXResult.java99 * Method setSystemId Set the systemID that may be used in association
104 public void setSystemId(String systemId) { method in class:SAXResult
109 * Get the system identifier that was set with setSystemId.
111 * @return The system identifier that was set with setSystemId, or null
112 * if setSystemId was not called.
H A DTransformerHandler.java52 public void setSystemId(String systemID); method in interface:TransformerHandler
57 * @return The systemID that was set with {@link #setSystemId}.
H A DSAXSource.java143 public void setSystemId(String systemId) { method in class:SAXSource
148 inputSource.setSystemId(systemId);
/libcore/luni/src/main/java/javax/xml/transform/dom/
H A DDOMResult.java53 setSystemId(null);
74 setSystemId(null);
94 setSystemId(systemId);
143 setSystemId(null);
192 setSystemId(systemId);
311 public void setSystemId(String systemId) { method in class:DOMResult
321 * {@link #setSystemId(String systemId)},
H A DDOMSource.java91 setSystemId(systemID);
118 public void setSystemId(String systemID) { method in class:DOMSource
/libcore/luni/src/main/java/javax/xml/transform/stream/
H A DStreamResult.java89 setSystemId(f);
145 public void setSystemId(String systemId) { method in class:StreamResult
160 public void setSystemId(File f) { method in class:StreamResult
165 * Get the system identifier that was set with setSystemId.
167 * @return The system identifier that was set with setSystemId, or null
168 * if setSystemId was not called.
H A DStreamSource.java66 * setSystemId should also be called, so that relative URI references
90 setSystemId(systemId);
120 setSystemId(systemId);
138 setSystemId(f);
148 * setSystemId should also be called, so that relative URL references
226 public void setSystemId(String systemId) { method in class:StreamSource
231 * Get the system identifier that was set with setSystemId.
233 * @return The system identifier that was set with setSystemId, or null
234 * if setSystemId was not called.
245 public void setSystemId(Fil method in class:StreamSource
[all...]
/libcore/luni/src/main/java/org/w3c/dom/ls/
H A DLSOutput.java85 public void setSystemId(String systemId); method in interface:LSOutput
H A DLSInput.java148 public void setSystemId(String systemId); method in interface:LSInput
/libcore/luni/src/main/java/org/xml/sax/
H A DInputSource.java66 * @see #setSystemId
88 * @see #setSystemId
95 setSystemId(systemId);
102 * <p>Application writers should use setSystemId() to provide a base
109 * @see #setSystemId
123 * <p>Application writers should use setSystemId() to provide a base
131 * @see #setSystemId
194 public void setSystemId (String systemId) method in class:InputSource
209 * @see #setSystemId
268 * @see #setSystemId
[all...]
/libcore/luni/src/main/java/org/xml/sax/helpers/
H A DLocatorImpl.java80 setSystemId(locator.getSystemId());
113 * @see #setSystemId
174 public void setSystemId (String systemId)
172 public void setSystemId (String systemId) method in class:LocatorImpl

Completed in 9565 milliseconds