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 c13e5f6 commit 838f5f2Copy full SHA for 838f5f2
README.md
@@ -36,7 +36,7 @@ Usually the last root is the one that contains most data. Or you check each root
36
if it is a tag by using the `isXMLTag` helper function. Afterwards you can check
37
the `XMLTag.innerXML` property for child nodes.
38
39
-You can also use the `XMLTag.query` function to extract XML nodes with the help
+You can also use the `XMLTree.query` function to extract XML nodes with the help
40
of selectors as known from CSS. It depends on the selector and use case whether
41
this is faster than a custom walk through the tree nodes.
42
0 commit comments