1 | static L<S> xml_contentsOfTag_multi(L<S> tok, S tag) {
|
2 | new L<S> l; |
3 | for (L<S> tok2 : findContainerTag(tok, tag)) |
4 | l.add(join(contentsOfContainerTag(tok2))); |
5 | ret l; |
6 | } |
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: | 726 / 784 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |