Searched refs:UpdateTextIn (Results 1 – 11 of 11) sorted by relevance
/dports/textproc/py-xmldiff/xmldiff-2.4/tests/ |
H A D | test_diff.py | 1206 UpdateTextIn( 1221 UpdateTextIn( 1245 UpdateTextIn( 1248 UpdateTextIn( 1251 UpdateTextIn( 1254 UpdateTextIn( 1257 UpdateTextIn( 1260 UpdateTextIn( 1263 UpdateTextIn( 1266 UpdateTextIn( [all …]
|
H A D | test_formatting.py | 229 action = actions.UpdateTextIn('/document/node', None) 294 action = actions.UpdateTextIn('/document/node', 'Text') 300 action = actions.UpdateTextIn('/document/node', 345 action = actions.UpdateTextIn('/document/node', None) 394 action = actions.UpdateTextIn('/document/node', 'Text') 398 action = actions.UpdateTextIn('/document/node', 443 action = actions.UpdateTextIn('/document/node', None) 474 action = actions.UpdateTextIn('/document/node', 'Text') 478 action = actions.UpdateTextIn('/document/node',
|
H A D | test_patch.py | 8 from xmldiff.actions import (UpdateTextIn, InsertNode, MoveNode, 47 UpdateTextIn('/root/anode', 'New text'), 140 UpdateTextIn('node', 'text')
|
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff/ |
H A D | actions.py | 9 UpdateTextIn = namedtuple('UpdateTextIn', 'node text') variable
|
H A D | patch.py | 124 return actions.UpdateTextIn(node, loads(text))
|
H A D | diff.py | 291 yield actions.UpdateTextIn(left_xpath, right.text)
|
/dports/textproc/py-xmldiff/xmldiff-2.4/docs/source/ |
H A D | api.rst | 17 [UpdateTextIn(node='/body/div[1]', text=None), 19 UpdateTextIn(node='/body/div/p[1]', text='Simple text')] 388 ``UpdateTextIn(node, name)`` 391 The ``UpdateTextIn`` action means that an text content of the node specified in ``node`` should get… 402 [UpdateTextIn(node='/document/node[1]', text='New Content')] 432 ``UpdateTextIn()`` and ``DeleteNode()`` works as normal for comments.
|
H A D | advanced.rst | 21 [UpdateTextIn(node='/body/p[1]', text='New Content')] 208 [UpdateTextIn(node='/html/body/p[1]', text='Last paragraph'), 209 UpdateTextIn(node='/html/body/p[3]', text='The First paragraph')]
|
/dports/textproc/py-xmldiff/xmldiff-2.4/ |
H A D | CHANGES.rst | 48 UpdateTextIn for them with no special handling.
|
H A D | PKG-INFO | 145 UpdateTextIn for them with no special handling.
|
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff.egg-info/ |
H A D | PKG-INFO | 145 UpdateTextIn for them with no special handling.
|