Initializerscinfu.swiftsoup 2.8.7SwiftSoup
init(_:_:)
Create a new comment node.
init(_ data: [UInt8], _ baseUri: [UInt8])
<param>
<param>
Create a new comment node.
init(_ data: [UInt8], _ baseUri: [UInt8])
<param>
<param>
import SwiftSoup
class Comment
A comment node.
@frozen struct UInt8
An 8-bit unsigned integer value type.
override func copy(clone: Node, parent: Node?) -> Node
override func copy(parent: Node?) -> Node
override func copy(with zone: NSZone? = nil) -> Any
func getData() -> String
Get the contents of the comment.
func getDataUTF8() -> [UInt8]
override func nodeName() -> String
override func nodeNameUTF8() -> [UInt8]