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 May 5, 2021 · 4 revisions

ProcessingInstruction

public final class ProcessingInstruction: Node 

Inheritance

Node

Initializers

init(target:content:)

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

init?(rawValue:)

public required init?(rawValue: UnsafeMutableRawPointer) 

init(target:_:)

public convenience init(target: String, @StringBuilder _ builder: () -> String) 

Properties

target

public var target: String 

Methods

remove()

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