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

Namespace

mattt edited this page Apr 7, 2020 · 3 revisions

Namespace

public final class Namespace: RawRepresentable

Inheritance

RawRepresentable

Initializers

init(rawValue:)

public required init(rawValue: xmlNsPtr)

Properties

context

var context: Document?

uri

var uri: String?

prefix

var prefix: String?

rawValue

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