Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Mar 27, 2020 · 3 revisions

Object

public enum Object

Inheritance

Hashable

Enumeration Cases

boolean

case boolean(: Bool)

nodeSet

case nodeSet(: NodeSet)

number

case number(: Double)

string

case string(: String)

undefined

case undefined

Initializers

init?(rawValue:)

public init?(rawValue: xmlXPathObjectPtr)
Types
Protocols
Global Functions
Extensions

Clone this wiki locally