static L<S> xml_contentsOfTag_multi(L<S> tok, S tag) { new L<S> l; for (L<S> tok2 : findContainerTag(tok, tag)) l.add(join(contentsOfContainerTag(tok2))); ret l; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009180 |
Snippet name: | xml_contentsOfTag_multi - does not trim tag contents |
Eternal ID of this version: | #1009180/4 |
Text MD5: | 112f12d797d485ccbd5385edeb041856 |
Author: | stefan |
Category: | javax / xml |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-07-12 21:33:35 |
Source code size: | 178 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 521 / 564 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009235 - xml_contentsOfTag - does not trim tag contents |