XMLReader::moveToElement
(PHP 5 >= 5.1.0, PHP 7, PHP 8)
XMLReader::moveToElement — 現在の属性の親要素にカーソルを移動する
パラメータ
この関数にはパラメータはありません。
参考
- XMLReader::moveToAttribute() - 指定した名前の属性にカーソルを移動する
- XMLReader::moveToAttributeNo() - 指定したインデックスの属性にカーソルを移動する
- XMLReader::moveToAttributeNs() - 指定した名前の属性にカーソルを移動する
- XMLReader::moveToFirstAttribute() - 最初の属性にカーソルを移動する
+add a note
User Contributed Notes 1 note
Sean Colin Ruiz ¶
7 years ago
On an element like this: <self_closing attribute="1" /> isEmptyElement will return FALSE after you have iterated through the attributes. So you need to use implicitly call moveToElement(), in order to move the cursor back to the parent element and use isEmptyElement again.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google