Doctype
public final class Doctype : ElementProtocol
DOCTYPE tag element class
Usage Example:
let doctype = Doctype()
doctype.getString() // or doctype.generate()
-
Undocumented
Declaration
Swift
private let tag: String
-
Undocumented
Declaration
Swift
public init()
-
Declaration
Swift
public func getString() -> String
-
Declaration
Swift
public func generate()