Skip to content

Commit 283ac3d

Browse files
committed
add some missing docs
1 parent b495a53 commit 283ac3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/src/references.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Types
77
```@docs
88
Document
99
Node
10+
XMLReader
1011
XMLError
1112
```
1213

@@ -97,6 +98,7 @@ DOM tree accessors
9798
document
9899
root
99100
parentnode
101+
parentelement
100102
firstnode
101103
lastnode
102104
firstelement
@@ -111,6 +113,16 @@ eachelement
111113
elements
112114
eachattribute
113115
attributes
116+
hasroot
117+
hasnode
118+
hasnextnode
119+
hasprevnode
120+
haselement
121+
hasnextelement
122+
hasprevelement
123+
hasdocument
124+
hasparentnode
125+
hasparentelement
114126
```
115127

116128
DOM tree modifiers

0 commit comments

Comments
 (0)