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

Namespace

public final class Namespace: RawRepresentable 

Inheritance

RawRepresentable

Initializers

init(rawValue:)

public required init(rawValue: xmlNsPtr) 

Properties

context

public var context: Document? 

uri

public var uri: String? 

prefix

public var prefix: String? 

rawValue

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