Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
getData
Get the contents of the comment.
func getData() -> String
<return>
Get the contents of the comment.
func getData() -> String
<return>
import SwiftSoup
class Comment
A comment node.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ data: [UInt8], _ baseUri: [UInt8])
Create a new comment node.
override func copy(clone: Node, parent: Node?) -> Node
override func copy(parent: Node?) -> Node
override func copy(with zone: NSZone? = nil) -> Any
func getDataUTF8() -> [UInt8]
override func nodeName() -> String
override func nodeNameUTF8() -> [UInt8]