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

1 2 3

  /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."""
saxutils.py 163 def endPrefixMapping(self, prefix):
265 def endPrefixMapping(self, prefix):
266 self._cont_handler.endPrefixMapping(prefix)
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 465 // Don't bother with endPrefixMapping calls if the ContentHandler is a
467 // endPrefixMapping() calls anyways. . . . This is an optimization.
472 // do the endPrefixMapping calls in reverse order
491 this.m_contentHandler.endPrefixMapping(prefix);
495 this.m_contentHandler.endPrefixMapping(prefix);
504 this.m_contentHandler.endPrefixMapping(prefix);
ToXMLSAXHandler.java 269 * We are not waiting for official endPrefixMapping() calls.
277 * @see org.xml.sax.ContentHandler#endPrefixMapping(String)
279 public void endPrefixMapping(String prefix) throws SAXException
601 m_saxHandler.endPrefixMapping(prefix);
NamespaceMappings.java 262 * @param saxHandler The ContentHandler to notify of any endPrefixMapping()
305 saxHandler.endPrefixMapping(prefix);
ToTextSAXHandler.java 232 * @see org.xml.sax.ContentHandler#endPrefixMapping(String)
234 public void endPrefixMapping(String arg0) throws SAXException
ToUnknownStream.java 828 * @see org.xml.sax.ContentHandler#endPrefixMapping(String)
830 public void endPrefixMapping(String prefix) throws SAXException
832 m_handler.endPrefixMapping(prefix);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemElement.java 344 rhandler.endPrefixMapping(prefix);
  /external/cldr/tools/java/org/unicode/cldr/icu/
MapperUtils.java 104 public void endPrefixMapping(String arg0) throws SAXException {
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 135 public void endPrefixMapping(String prefix)
  /external/libxml2/python/
drv_libxml2.py 32 - there might be room for improvement in start/endPrefixMapping
165 # prefixes to pop (for endPrefixMapping)
220 self._cont_handler.endPrefixMapping(newPrefix)
241 self._cont_handler.endPrefixMapping(prefix)
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerHandlerImpl.java 463 * @see org.xml.sax.ContentHandler#endPrefixMapping
465 public void endPrefixMapping(String prefix) throws SAXException
469 System.out.println("TransformerHandlerImpl#endPrefixMapping: "
474 m_contentHandler.endPrefixMapping(prefix);
TransformerIdentityImpl.java 998 * @see org.xml.sax.ContentHandler#endPrefixMapping
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
IncrementalSAXSource_Filter.java 254 public void endPrefixMapping(java.lang.String prefix)
263 clientContentHandler.endPrefixMapping(prefix);
DTMTreeWalker.java 385 this.m_contentHandler.endPrefixMapping(prefix);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sax.py 249 gen.endPrefixMapping("ns1")
275 gen.endPrefixMapping(None)
288 gen.endPrefixMapping('my')
339 gen.endPrefixMapping('a')
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
PYXWriter.java 157 public void endPrefixMapping(String prefix) throws SAXException { }
  /external/python/cpython3/Lib/test/
test_sax.py 566 gen.endPrefixMapping("ns1")
584 gen.endPrefixMapping("ns1")
621 gen.endPrefixMapping(None)
634 gen.endPrefixMapping(None)
647 gen.endPrefixMapping('my')
661 gen.endPrefixMapping('my')
712 gen.endPrefixMapping('a')
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java 739 * start/endPrefixMapping event supplies the information
743 * <p>Note that start/endPrefixMapping events are not
746 * corresponding startElement event, and all endPrefixMapping
752 * @see #endPrefixMapping
770 * but the order of endPrefixMapping events is not otherwise
777 public void endPrefixMapping(String prefix) throws org.xml.sax.SAXException{}

Completed in 2219 milliseconds

1 2 3