autodoc.git
/
modref.xml
version
»
Context lines:
10
20
40
80
file
none
3
autodoc.git/modref.xml:1:
<?xml version='1.0' encoding='utf-8'?>
-
<manual time-stamp='2019-07-
18
' version='Pike v8.1.13'>
+
<manual time-stamp='2019-07-
24
' version='Pike v8.1.13'>
<dir name='./ignored'> <file name='./ignored/ignored'> <chapter number='1' title='ignored'> <autodoc> <namespace name=''> <doc><text><p>Symbols implicitly inherited from the virtual base class.</p> <p> These symbols exist mainly to simplify implementation of the corresponding lfuns.</p> </text><group><seealso/><text><p><ref resolved='lfun::'>lfun::</ref></p> </text></group></doc>
autodoc.git/modref.xml:99191:
</method> </docgroup> <docgroup homogen-name='set_tag_name' homogen-type='method'><doc><text><p>Change the tag name destructively. Can only be used on element and processing-instruction nodes.</p> </text></doc> <method name='set_tag_name'> <arguments><argument name='name'><type><string/></type></argument></arguments> <returntype><void/></returntype> </method> </docgroup>
+
<docgroup homogen-name='set_text' homogen-type='method'><doc><text><p>Change the text content descructively.</p>
+
</text></doc>
+
<method name='set_text'>
+
<arguments><argument name='txt'><type><string/></type></argument></arguments>
+
<returntype><string/></returntype>
+
</method>
+
</docgroup>
<docgroup homogen-name='value_of_node' homogen-type='method'><doc><text><p>If the node is an attribute node or a text node, its value is returned. Otherwise the child text nodes are concatenated and returned.</p> </text></doc> <method name='value_of_node'> <arguments/> <returntype><string/></returntype> </method> </docgroup> </class> <class name='XMLNSParser'>