Home
last modified time | relevance | path

Searched refs:UpdateTextIn (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/py-xmldiff/xmldiff-2.4/tests/
H A Dtest_diff.py1206 UpdateTextIn(
1221 UpdateTextIn(
1245 UpdateTextIn(
1248 UpdateTextIn(
1251 UpdateTextIn(
1254 UpdateTextIn(
1257 UpdateTextIn(
1260 UpdateTextIn(
1263 UpdateTextIn(
1266 UpdateTextIn(
[all …]
H A Dtest_formatting.py229 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 Dtest_patch.py8 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 Dactions.py9 UpdateTextIn = namedtuple('UpdateTextIn', 'node text') variable
H A Dpatch.py124 return actions.UpdateTextIn(node, loads(text))
H A Ddiff.py291 yield actions.UpdateTextIn(left_xpath, right.text)
/dports/textproc/py-xmldiff/xmldiff-2.4/docs/source/
H A Dapi.rst17 [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 Dadvanced.rst21 [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 DCHANGES.rst48 UpdateTextIn for them with no special handling.
H A DPKG-INFO145 UpdateTextIn for them with no special handling.
/dports/textproc/py-xmldiff/xmldiff-2.4/xmldiff.egg-info/
H A DPKG-INFO145 UpdateTextIn for them with no special handling.