Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
copy(clone:parent:)
Comment.swift:71override func copy(clone: Node, parent: Node?) -> Node
override func copy(clone: Node, parent: Node?) -> Node
s9SwiftSoup7CommentC4copy5clone6parentAA4NodeCAH_AHSgtF
What are these?5SD1G
import SwiftSoup
class Comment
A comment node.
class Node
func copy(clone: Node, parent: Node?) -> Node
init(_ data: [UInt8], _ baseUri: [UInt8])
Create a new comment 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]