2022-04-04 07:12:45 +03:00
|
|
|
{
|
|
|
|
"type": "Document",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 1,
|
|
|
|
"end": 102,
|
2022-04-04 07:12:45 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-22 14:20:47 +03:00
|
|
|
"mode": "no-quirks",
|
2022-04-04 07:12:45 +03:00
|
|
|
"children": [
|
|
|
|
{
|
2022-04-22 14:20:47 +03:00
|
|
|
"type": "DocumentType",
|
2022-04-04 07:12:45 +03:00
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 1,
|
|
|
|
"end": 16,
|
2022-04-04 07:12:45 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-22 14:20:47 +03:00
|
|
|
"name": "html",
|
|
|
|
"publicId": null,
|
|
|
|
"systemId": null
|
2022-04-04 07:12:45 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-22 14:20:47 +03:00
|
|
|
"type": "Element",
|
2022-04-04 07:12:45 +03:00
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 17,
|
|
|
|
"end": 102,
|
2022-04-04 07:12:45 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-22 14:20:47 +03:00
|
|
|
"tagName": "html",
|
|
|
|
"namespace": "http://www.w3.org/1999/xhtml",
|
|
|
|
"attributes": [],
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"type": "Element",
|
|
|
|
"span": {
|
|
|
|
"start": 0,
|
2022-05-11 19:14:42 +03:00
|
|
|
"end": 30,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"tagName": "head",
|
|
|
|
"namespace": "http://www.w3.org/1999/xhtml",
|
|
|
|
"attributes": [],
|
|
|
|
"children": [],
|
|
|
|
"content": null
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Element",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 24,
|
|
|
|
"end": 102,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"tagName": "body",
|
|
|
|
"namespace": "http://www.w3.org/1999/xhtml",
|
|
|
|
"attributes": [],
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"type": "Text",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 30,
|
|
|
|
"end": 32,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "\n\n"
|
|
|
|
},
|
2022-04-04 07:12:45 +03:00
|
|
|
{
|
2022-04-22 14:20:47 +03:00
|
|
|
"type": "Element",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 32,
|
2022-06-02 07:00:32 +03:00
|
|
|
"end": 84,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"tagName": "a",
|
|
|
|
"namespace": "http://www.w3.org/1999/xhtml",
|
|
|
|
"attributes": [
|
|
|
|
{
|
|
|
|
"type": "Attribute",
|
|
|
|
"span": {
|
2022-05-17 11:23:24 +03:00
|
|
|
"start": 35,
|
|
|
|
"end": 65,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-23 07:26:32 +03:00
|
|
|
"namespace": null,
|
|
|
|
"prefix": null,
|
2022-04-22 14:20:47 +03:00
|
|
|
"name": "href",
|
|
|
|
"value": "https://www.w3schools.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"type": "Text",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 66,
|
|
|
|
"end": 80,
|
2022-04-22 14:20:47 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
2022-04-26 11:01:26 +03:00
|
|
|
"value": "This is a link"
|
2022-04-22 14:20:47 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"content": null
|
2022-04-26 11:01:26 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Text",
|
|
|
|
"span": {
|
2022-05-11 19:14:42 +03:00
|
|
|
"start": 84,
|
|
|
|
"end": 102,
|
2022-04-26 11:01:26 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "\n\n\n\n"
|
2022-04-04 07:12:45 +03:00
|
|
|
}
|
2022-04-22 14:20:47 +03:00
|
|
|
],
|
|
|
|
"content": null
|
2022-04-04 07:12:45 +03:00
|
|
|
}
|
2022-04-22 14:20:47 +03:00
|
|
|
],
|
|
|
|
"content": null
|
2022-04-04 07:12:45 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|