We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b495a53 commit 283ac3dCopy full SHA for 283ac3d
docs/src/references.md
@@ -7,6 +7,7 @@ Types
7
```@docs
8
Document
9
Node
10
+XMLReader
11
XMLError
12
```
13
@@ -97,6 +98,7 @@ DOM tree accessors
97
98
document
99
root
100
parentnode
101
+parentelement
102
firstnode
103
lastnode
104
firstelement
@@ -111,6 +113,16 @@ eachelement
111
113
elements
112
114
eachattribute
115
attributes
116
+hasroot
117
+hasnode
118
+hasnextnode
119
+hasprevnode
120
+haselement
121
+hasnextelement
122
+hasprevelement
123
+hasdocument
124
+hasparentnode
125
+hasparentelement
126
127
128
DOM tree modifiers
0 commit comments