HomeSort by relevance Sort by last modified time
    Searched defs:setSystemId (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /libcore/luni/src/main/java/javax/xml/transform/
Source.java 38 public void setSystemId(String systemId);
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.
Result.java 71 public void setSystemId(String systemId);
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/
TemplatesHandler.java 53 public void setSystemId(String systemID);
58 * @return The systemID that was set with {@link #setSystemId}.
TransformerHandler.java 52 public void setSystemId(String systemID);
57 * @return The systemID that was set with {@link #setSystemId}.
SAXResult.java 99 * Method setSystemId Set the systemID that may be used in association
104 public void setSystemId(String systemId) {
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.
SAXSource.java 143 public void setSystemId(String systemId) {
148 inputSource.setSystemId(systemId);
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMResult.java 53 setSystemId(null);
74 setSystemId(null);
94 setSystemId(systemId);
143 setSystemId(null);
192 setSystemId(systemId);
311 public void setSystemId(String systemId) {
321 * {@link #setSystemId(String systemId)},
DOMSource.java 91 setSystemId(systemID);
118 public void setSystemId(String systemID) {
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 89 setSystemId(f);
145 public void setSystemId(String systemId) {
160 public void setSystemId(File f) {
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.
StreamSource.java 66 * 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) {
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(File f)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSOutput.java 85 public void setSystemId(String systemId);
LSInput.java 148 public void setSystemId(String systemId);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMOutputImpl.java 143 public void setSystemId(String systemId){
  /libcore/luni/src/main/java/org/xml/sax/
InputSource.java 66 * @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)
209 * @see #setSystemId
268 * @see #setSystemId
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 48 public void setSystemId(byte[] systemId) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
LocatorImpl.java 80 setSystemId(locator.getSystemId());
113 * @see #setSystemId
174 public void setSystemId (String systemId)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
UuidBasedProtectionSystemSpecificHeaderBox.java 74 public void setSystemId(UUID systemId) {
  /frameworks/av/media/libstagefright/mpeg2ts/
CasManager.cpp 240 bool ATSParser::CasManager::setSystemId(int32_t CA_system_ID) {
279 if (!setSystemId(descriptor.mSystemID)) {
297 if (!setSystemId(descriptor.mSystemID)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):
  /external/python/cpython2/Lib/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):
  /external/python/cpython3/Lib/xml/sax/
xmlreader.py 220 def setSystemId(self, system_id):
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 218 def setSystemId(self, system_id):

Completed in 432 milliseconds

1 2 3 4