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

Namespace_Kind

mattt edited this page Mar 27, 2020 · 3 revisions

Namespace.Kind

public enum Kind

Inheritance

Hashable

Nested Type Aliases

RawValue

public typealias RawValue = xmlNsType

Enumeration Cases

global

case global

local

case local

Initializers

init(rawValue:)

public required init(rawValue: xmlNsPtr)

init?(rawValue:)

public init?(rawValue: xmlNsType)

Properties

context

var context: Document?

prefix

var prefix: String?

rawValue

var rawValue: xmlNsPtr

rawValue

var rawValue: xmlNsType

uri

var uri: String?
Types
Protocols
Global Functions
Extensions

Clone this wiki locally