Home
last modified time | relevance | path

Searched refs:get_content (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/python/
Dlibxml.py322 def get_content(self): member in xmlCore
324 getContent = get_content # why is this duplicate naming needed ?
396 content = property(get_content, None, None, "Content of this node")
/external/libxml2/
Dgentest.py739 test.write("#if %s\n" % (cond.get_content()))