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 e26a47b commit 7d2a007Copy full SHA for 7d2a007
src/document.mts
@@ -298,7 +298,7 @@ export class XmlDocument extends XmlDisposable<XmlDocument> {
298
* @param xpath XPath selector
299
* @see
300
* - {@link XmlNode#get | XmlNode.get}
301
- * - {@link XmlXPath.compile | XmlXPath.compile}1
+ * - {@link XmlXPath.compile | XmlXPath.compile}
302
* - {@link get}
303
* - {@link find}
304
*/
src/nodes.mts
@@ -263,7 +263,7 @@ export abstract class XmlNode {
263
264
265
266
267
268
eval(xpath: XmlXPath): XmlNode[] | string | boolean | number;
269
/**
0 commit comments