HTMLDocumentType
internal protocol HTMLDocumentType : XMLDocumentType
-
The contents of the tag
title
in the document.nil
if no such tag exist.Declaration
Swift
public final var title: String?
-
The node representing the tag
head
.nil
if no such tag exist.Declaration
Swift
public final var head: XMLElement?
-
The node representing the tag
body
.nil
if no such tag exist.Declaration
Swift
public final var body: XMLElement?