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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java 88 public void setDocumentLocator (Locator locator);
95 * other event callbacks (except for {@link #setDocumentLocator
96 * setDocumentLocator}).</p>
DocumentHandler.java 35 * supplied by the Parser through the setDocumentLocator method.</p>
76 public abstract void setDocumentLocator (Locator locator);
84 * setDocumentLocator).</p>
HandlerBase.java 144 * @see org.xml.sax.DocumentHandler#setDocumentLocator
147 public void setDocumentLocator (Locator locator)
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 105 public void setDocumentLocator(Locator locator) {
  /frameworks/base/sax/java/android/sax/
RootElement.java 105 public void setDocumentLocator(Locator locator) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 164 * @see org.xml.sax.ContentHandler#setDocumentLocator
167 public void setDocumentLocator (Locator locator)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 224 def setDocumentLocator(self, locator):
225 self._cont_handler.setDocumentLocator(locator)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 196 def setDocumentLocator(self, locator):
197 self._cont_handler.setDocumentLocator(locator)
  /external/python/cpython2/Lib/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 224 def setDocumentLocator(self, locator):
225 self._cont_handler.setDocumentLocator(locator)
  /external/python/cpython3/Lib/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/
HandlerBaseTest.java 55 h.setDocumentLocator(new LocatorImpl());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DefaultHandlerTest.java 67 h.setDocumentLocator(new LocatorImpl());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
MockHandler.java 85 public void setDocumentLocator(Locator locator) {
86 logger.add("setDocumentLocator", locator);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 217 def setDocumentLocator(self, locator):
218 self._cont_handler.setDocumentLocator(locator)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 217 def setDocumentLocator(self, locator):
218 self._cont_handler.setDocumentLocator(locator)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 217 def setDocumentLocator(self, locator):
218 self._cont_handler.setDocumentLocator(locator)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 57 def setDocumentLocator(self, locator):
85 setDocumentLocator)."""
saxutils.py 217 def setDocumentLocator(self, locator):
218 self._cont_handler.setDocumentLocator(locator)
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 61 private static final String STR_SET_DOCUMENT_LOCATOR = "setDocumentLocator:Locator[publicId: "
70 private static final String STR_SET_DOCUMENT_LOCATOR_TAG = "setDocumentLocator:";
245 public void setDocumentLocator(Locator locator) {

Completed in 216 milliseconds

1 2 3 4 5 6 7 8 91011>>