HomeSort by relevance Sort by last modified time
    Searched defs:SubElement (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 67 "SubElement",
93 # or the {@link #SubElement} factory function.
167 # @see SubElement
190 # (Attribute) Text before first subelement. This is either a
259 # Returns the given subelement, by index.
261 # @param index What subelement to return.
262 # @return The given subelement.
269 # Replaces the given subelement, by index.
271 # @param index What subelement to replace.
284 # Deletes the given subelement, by index
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 67 "SubElement",
93 # or the {@link #SubElement} factory function.
167 # @see SubElement
190 # (Attribute) Text before first subelement. This is either a
259 # Returns the given subelement, by index.
261 # @param index What subelement to return.
262 # @return The given subelement.
269 # Replaces the given subelement, by index.
271 # @param index What subelement to replace.
284 # Deletes the given subelement, by index
    [all...]

Completed in 202 milliseconds