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 Apr 7, 2020 · 3 revisions

Namespace.Kind

public enum Kind

Inheritance

Hashable, RawRepresentable

Nested Type Aliases

RawValue

public typealias RawValue = xmlNsType

Enumeration Cases

local

case local

global

case global

Initializers

init?(rawValue:)

public init?(rawValue: xmlNsType)

Properties

rawValue

var rawValue: xmlNsType
Types
Protocols
Global Functions
Extensions

Clone this wiki locally