Instance Methodscinfu.swiftsoup 2.8.7SwiftSoup
nodeNameUTF8
XmlDeclaration.swift:34override func nodeNameUTF8() -> [UInt8]
override func nodeNameUTF8() -> [UInt8]
s9SwiftSoup14XmlDeclarationC12nodeNameUTF8Says5UInt8VGyF
What are these?8VDDX
import SwiftSoup
class XmlDeclaration
An XML Declaration.
@frozen struct UInt8
An 8-bit unsigned integer value type.
func nodeNameUTF8() -> [UInt8]
convenience init(_ name: String, _ baseUri: String, _ isProcessingInstruction: Bool)
init(_ name: [UInt8], _ baseUri: [UInt8], _ isProcessingInstruction: Bool)
Create a new XML declaration
override func copy(clone: Node, parent: Node?) -> Node
override func copy(parent: Node?) -> Node
override func copy(with zone: NSZone? = nil) -> Any
func getWholeDeclaration() throws -> String
Get the unencoded XML declaration.
func name() -> String
Get the name of this declaration.
override func nodeName() -> String