Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

ProcessingInstruction

mattt edited this page Apr 7, 2020 · 4 revisions

ProcessingInstruction

public final class ProcessingInstruction: Node

Inheritance

Node

Initializers

init?(name:content:)

public convenience init?(name: String, content: String?)

init?(rawValue:)

public required init?(rawValue: UnsafeMutableRawPointer)

Properties

name

var name: String

Methods

remove()

public func remove()
Types
Protocols
Global Functions
Extensions
Clone this wiki locally