[Pkg-javascript-commits] [ltx] 252/469: added method in API description
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 13:03:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository ltx.
commit 6ed12311ded76ad44ed033b5a260c2927dea3878
Author: Markus Kohlhase <mail at markus-kohlhase.de>
Date: Mon Dec 31 01:58:29 2012 +0100
added method in API description
---
README.markdown | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.markdown b/README.markdown
index 38ab1f4..3d6390b 100644
--- a/README.markdown
+++ b/README.markdown
@@ -49,6 +49,7 @@ Refer to `lib/parse.js` for the interface.
* `getChildren(name, xmlns?)`: find all children
* `getChildByAttr(attr, value, xmlns?, recursive?)`: find first child by a specific attribute
* `getChildrenByAttr(attr, value, xmlns?, recursive?)`: find all children by a specific attribute
+* `getChildrenByFilter(filter, recursive?)`: find all children by a custom filter function
* `getText()`: appends all text nodes recursively
* `getChildText(name)`: a child's text contents
* `root()`: uppermost parent in the tree
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/ltx.git
More information about the Pkg-javascript-commits
mailing list