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

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/
roundtrip.py 35 def ignorableWhitespace(self, content):
  /external/python/cpython2/Demo/xml/
roundtrip.py 35 def ignorableWhitespace(self, content):
  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 319 * content using the {@link #ignorableWhitespace ignorableWhitespace}
328 * @see #ignorableWhitespace
360 public void ignorableWhitespace (char ch[], int start, int length)
DocumentHandler.java 168 * ignorableWhitespace() method rather than this one (validating
176 * @see #ignorableWhitespace
207 public abstract void ignorableWhitespace (char ch[], int start, int length)
HandlerBase.java 269 * @see org.xml.sax.DocumentHandler#ignorableWhitespace
271 public void ignorableWhitespace (char ch[], int start, int length)
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 345 * @see org.xml.sax.ContentHandler#ignorableWhitespace
347 public void ignorableWhitespace (char ch[], int start, int length)
XMLReaderAdapter.java 385 * @see org.xml.sax.ContentHandler#ignorableWhitespace
387 public void ignorableWhitespace (char ch[], int start, int length)
391 documentHandler.ignorableWhitespace(ch, start, length);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlSerializer.java 309 void ignorableWhitespace (String text)
  /system/sepolicy/tools/
insertkeys.py 205 def ignorableWhitespace(self, content):
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 140 public void ignorableWhitespace(char[] ch, int start, int length)
143 docHandler.ignorableWhitespace(ch, start, length);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 190 def ignorableWhitespace(self, content):
254 def ignorableWhitespace(self, chars):
255 self._cont_handler.ignorableWhitespace(chars)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 164 def ignorableWhitespace(self, content):
226 def ignorableWhitespace(self, chars):
227 self._cont_handler.ignorableWhitespace(chars)
  /external/python/cpython2/Lib/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 190 def ignorableWhitespace(self, content):
254 def ignorableWhitespace(self, chars):
255 self._cont_handler.ignorableWhitespace(chars)
  /external/python/cpython3/Lib/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockHandler.java 73 public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException {
74 logger.add("ignorableWhitespace", ch, start, length);
  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 255 @Override public void ignorableWhitespace(char[] ch, int start, int length) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 185 def ignorableWhitespace(self, content):
247 def ignorableWhitespace(self, chars):
248 self._cont_handler.ignorableWhitespace(chars)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 185 def ignorableWhitespace(self, content):
247 def ignorableWhitespace(self, chars):
248 self._cont_handler.ignorableWhitespace(chars)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 168 def ignorableWhitespace(self, whitespace):
saxutils.py 185 def ignorableWhitespace(self, content):
247 def ignorableWhitespace(self, chars):
248 self._cont_handler.ignorableWhitespace(chars)

Completed in 1415 milliseconds

1 2 3 4 5 6 7 8 9