HomeSort by relevance Sort by last modified time
    Searched refs:XINCLUDE (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 5 # limited xinclude support for element trees
48 # Limited XInclude support for the ElementTree package.
54 XINCLUDE = "{http://www.w3.org/2001/XInclude}"
56 XINCLUDE_INCLUDE = XINCLUDE + "include"
57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
89 # Expand XInclude directives.
96 # resource, or if the tree contains malformed XInclude elements.
102 # look for xinclude elements
107 # process xinclude directiv
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementInclude.py 5 # limited xinclude support for element trees
48 # Limited XInclude support for the ElementTree package.
54 XINCLUDE = "{http://www.w3.org/2001/XInclude}"
56 XINCLUDE_INCLUDE = XINCLUDE + "include"
57 XINCLUDE_FALLBACK = XINCLUDE + "fallback"
89 # Expand XInclude directives.
96 # resource, or if the tree contains malformed XInclude elements.
102 # look for xinclude elements
107 # process xinclude directiv
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 1331 def xinclude(): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 1331 def xinclude(): function
    [all...]

Completed in 2094 milliseconds