Update naming of MathML element class methods and attributes.
commit80121d463b4a4a53fcb9500aed9590cdb701bd07
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:02:33 +0000 (1 13:02 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Thu, 1 Feb 2024 13:02:33 +0000 (1 13:02 +0000)
tree7222fc2067d17ccc111644a10c572b6bbb2e0e52
parentbb07002915259bc3f3c80a10c499127fe7ffc64f
Update naming of MathML element class methods and attributes.

xml.etree compatible names:

`subnodes()` -> `iter()`
`data` -> `text`

Correct names:

`is_block()` -> `in_block()`

Use more telling names in method implementation.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9527 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/utils/math/latex2mathml.py
docutils/docutils/utils/math/mathml_elements.py