对于像这样的元素:<self_closing attribute="1" />,在您遍历完属性后,isEmptyElement 将返回 FALSE。因此,您需要使用隐式调用 moveToElement(),以便将光标移回父元素并再次使用 isEmptyElement。
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
XMLReader::moveToElement — 将光标定位到当前属性的父元素
此函数没有参数。
对于像这样的元素:<self_closing attribute="1" />,在您遍历完属性后,isEmptyElement 将返回 FALSE。因此,您需要使用隐式调用 moveToElement(),以便将光标移回父元素并再次使用 isEmptyElement。