1.Introduction
An utils extension to work with Html.It also supports Html encoding and decoding.
Latest Version: 1
Released:Calcutta
July 10, 2020 12:00 AM → July 11, 2020 12:00 AM
UTC
July 9, 2020 6:30 PM → July 10, 2020 6:30 PM
Paris
July 9, 2020 8:30 PM → July 10, 2020 8:30 PM
New York
July 9, 2020 2:30 PM → July 10, 2020 2:30 PM
” style=”cursor: pointer; border-bottom: 1px dashed rgb(188, 188, 188); white-space: nowrap;”> July 10, 2020
Last Updated:Calcutta
July 10, 2020 12:00 AM → July 11, 2020 12:00 AM
UTC
July 9, 2020 6:30 PM → July 10, 2020 6:30 PM
Paris
July 9, 2020 8:30 PM → July 10, 2020 8:30 PM
New York
July 9, 2020 2:30 PM → July 10, 2020 2:30 PM
” style=”cursor: pointer; border-bottom: 1px dashed rgb(188, 188, 188); white-space: nowrap;”> July 14, 2020
2.Blocks
An utils extension to work with Html.It also supports Html encoding and decoding.
Latest Version: 1
Released:Calcutta
July 10, 2020 12:00 AM → July 11, 2020 12:00 AM
UTC
July 9, 2020 6:30 PM → July 10, 2020 6:30 PM
Paris
July 9, 2020 8:30 PM → July 10, 2020 8:30 PM
New York
July 9, 2020 2:30 PM → July 10, 2020 2:30 PM
” style=”cursor: pointer; border-bottom: 1px dashed rgb(188, 188, 188); white-space: nowrap;”> July 10, 2020
Last Updated:Calcutta
July 10, 2020 12:00 AM → July 11, 2020 12:00 AM
UTC
July 9, 2020 6:30 PM → July 10, 2020 6:30 PM
Paris
July 9, 2020 8:30 PM → July 10, 2020 8:30 PM
New York
July 9, 2020 2:30 PM → July 10, 2020 2:30 PM
” style=”cursor: pointer; border-bottom: 1px dashed rgb(188, 188, 188); white-space: nowrap;”> July 14, 2020
image318×505 13.8 KB
3.Documentation
- Got Element By Id
Event raised after getting element by id
element ~ text
- Got Elements By Attribute
Event raised after getting elements list by attribute
elements ~ list
- Got Elements By Class
Event raised after getting elements list by class
elements ~ list
- Got Elements By Css Query
Event raised after getting elements list by css query
elements ~ list
- Got Elements By Tag
Event raised after getting elements list by tag
elements ~ list
- Parse Failed
Event raised if parse fails and gives error
error ~ text
- Parse Success
Event raised if parse was successful
- Body
Returns body of html
Returns : text
- Decode Html
Decodes given html text
Accepts text(html)
Returns : text
- Encode Html
Encodes given html text
Accepts text(html)
Returns : text
- Get Element By Id
Tries to get element by id
id ~ text
- Get Elements By Attribute
Tries to get elements by attribute
attribute ~ text
- Get Elements By Class
Tries to get elements by class
className ~ text
- Get Elements By Css Query
Tries to get elements by css query
cssQuery ~ text
- Get Elements By Tag
Tries to get elements by tag
tag ~ text
- Get Value
Converts html text to plain text
Accepts text(html)
Returns : text
- Head
Returns head of html
Returns : text
- Parse Html From String
Tries to parse given html text
string ~ text
- Title
Returns title of html
Returns : text
4.Downloads
Download Link1: com.sunny.HtmlUtils.aix (218.6 KB)
Download Link2: com.sunny.HtmlUtils.aix – Google Drive
This third link (shortened) link is for those who liked my work or who want me to support.
Thank you for your love
Download Link3: http://raboninco.com/21784285/htmlutils-aix
It comes a Null Reference Exception, when I try to parse HTML from string…
Maybe something is wrong with string.
Try with a different HTML string.