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

Namespace_Kind

mattt edited this page May 5, 2021 · 3 revisions

Namespace.Kind

public enum Kind: Hashable 

Inheritance

Hashable, RawRepresentable

Nested Type Aliases

RawValue

public typealias RawValue = xmlNsType

Initializers

init?(rawValue:)

public init?(rawValue: xmlNsType) 

Enumeration Cases

local

case local

global

case global

Properties

rawValue

public var rawValue: xmlNsType 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally