1 | static S xml_contentsOfTag(L<S> tok, S tag) { |
2 | for (L<S> tok2 : findContainerTag(tok, tag)) |
3 | ret join(contentsOfContainerTag(tok2)); |
4 | null; |
5 | } |
6 | |
7 | static S xml_contentsOfTag(S xml, S tag) { |
8 | ret xml_contentsOfTag(htmlTok(xml), tag); |
9 | } |
Began life as a copy of #1009180
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: | #1009235 |
Snippet name: | xml_contentsOfTag - does not trim tag contents |
Eternal ID of this version: | #1009235/1 |
Text MD5: | 91200932f50899c3079d860b8e7bb947 |
Author: | stefan |
Category: | javax / xml |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-07-19 16:53:33 |
Source code size: | 246 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 512 / 535 |
Referenced in: | [show references] |