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

1 2 3 4 5 6 7

  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 143 * start/endPrefixMapping event supplies the information
147 * <p>Note that start/endPrefixMapping events are not
151 * and all {@link #endPrefixMapping endPrefixMapping}
157 * <p>There should never be start/endPrefixMapping events for the
166 * @see #endPrefixMapping
179 * {@link #endPrefixMapping endPrefixMapping} events is not otherwise
189 public void endPrefixMapping (String prefix)
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 241 * @see org.xml.sax.ContentHandler#endPrefixMapping
243 public void endPrefixMapping (String prefix)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 155 def endPrefixMapping(self, prefix):
236 def endPrefixMapping(self, prefix):
237 self._cont_handler.endPrefixMapping(prefix)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 131 def endPrefixMapping(self, prefix):
208 def endPrefixMapping(self, prefix):
209 self._cont_handler.endPrefixMapping(prefix)
  /external/python/cpython2/Lib/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 155 def endPrefixMapping(self, prefix):
236 def endPrefixMapping(self, prefix):
237 self._cont_handler.endPrefixMapping(prefix)
  /external/python/cpython3/Lib/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockHandler.java 61 public void endPrefixMapping(String prefix) throws SAXException {
62 logger.add("endPrefixMapping", prefix);
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 242 @Override public void endPrefixMapping(String prefix) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 152 def endPrefixMapping(self, prefix):
229 def endPrefixMapping(self, prefix):
230 self._cont_handler.endPrefixMapping(prefix)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 152 def endPrefixMapping(self, prefix):
229 def endPrefixMapping(self, prefix):
230 self._cont_handler.endPrefixMapping(prefix)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 152 def endPrefixMapping(self, prefix):
229 def endPrefixMapping(self, prefix):
230 self._cont_handler.endPrefixMapping(prefix)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 108 start/endPrefixMapping event supplies the information to the
112 Note that start/endPrefixMapping events are not guaranteed to
115 startElement event, and all endPrefixMapping events will occur
119 def endPrefixMapping(self, prefix):
124 of endPrefixMapping events is not otherwise guaranteed."""
saxutils.py 152 def endPrefixMapping(self, prefix):
229 def endPrefixMapping(self, prefix):
230 self._cont_handler.endPrefixMapping(prefix)
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 73 private static final String STR_END_PREFIX_MAPPING_TAG = "endPrefixMapping:";
230 public void endPrefixMapping(String prefix) throws SAXException {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 54 def endPrefixMapping(self, prefix):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 54 def endPrefixMapping(self, prefix):
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextSAXHandler.java 232 * @see org.xml.sax.ContentHandler#endPrefixMapping(String)
234 public void endPrefixMapping(String arg0) throws SAXException
  /external/python/cpython2/Lib/xml/dom/
pulldom.py 54 def endPrefixMapping(self, prefix):
  /external/python/cpython3/Lib/xml/dom/
pulldom.py 48 def endPrefixMapping(self, prefix):

Completed in 586 milliseconds

1 2 3 4 5 6 7