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