Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1008481 // html_findLIs

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (1694L/11K).

// TODO: static LL<S> html_findLIs(LS [auto htmlTok] tok) {
static LL<S> html_findLIs(LS tok) {
  ret findContainerTag(tok, "li");
}

static LL<S> html_findLIs(S html) {
  ret html_findLIs(htmlTok(html));
}

Author comment

Began life as a copy of #1008476

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: #1008481
Snippet name: html_findLIs
Eternal ID of this version: #1008481/2
Text MD5: 18b3096ff7bfbb143d80893baf66a3c5
Transpilation MD5: 51b4737ed803aefb351fe9809a0f3c37
Author: stefan
Category: javax / html parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-11 13:24:57
Source code size: 215 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 453 / 493
Version history: 1 change(s)
Referenced in: [show references]