Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
copy(with:)
Comment.swift:61override func copy(with zone: NSZone? = nil) -> Any
override func copy(with zone: NSZone? = nil) -> Any
s9SwiftSoup7CommentC4copy4withyp10Foundation6NSZoneVSg_tF
What are these?4U58L
import SwiftSoup
class Comment
A comment node.
struct NSZone
func copy(with zone: NSZone? = nil) -> Any
Create a stand-alone, deep copy of this node, and all of its children. The cloned node will have no siblings or parent node. As a stand-alone object, any changes made to the clone or any of its children will not impact the original node.
init(_ data: [UInt8], _ baseUri: [UInt8])
Create a new comment node.
override func copy(clone: Node, parent: Node?) -> Node
override func copy(parent: Node?) -> Node
func getData() -> String
Get the contents of the comment.
func getDataUTF8() -> [UInt8]
override func nodeName() -> String
override func nodeNameUTF8() -> [UInt8]