mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add version of get with one parameter.
This line shows this signature exists (and is public): https://github.com/polotek/libxmljs/blob/133507730b270b07cb1bad79e0b5d2124c4b22d8/test/xml_parser.js#L14
This commit is contained in:
Vendored
+2
-1
@@ -59,8 +59,9 @@ declare module "libxmljs" {
|
||||
addPrevSibling(siblingNode:Element):Element;
|
||||
find(xpath:string):Element[];
|
||||
find(xpath:string, ns_uri:string):Element[];
|
||||
get(xpath:string, ns_uri:string):Element;
|
||||
find(xpath:string, namespaces:{[key:string]:string;}):Element[];
|
||||
get(xpath:string):Element;
|
||||
get(xpath:string, ns_uri:string):Element;
|
||||
get(xpath:string, ns_uri:{[key:string]:string;}):Element;
|
||||
defineNamespace(href:string):Namespace;
|
||||
defineNamespace(prefix:string, href:string):Namespace;
|
||||
|
||||
Reference in New Issue
Block a user