Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page May 5, 2021 · 3 revisions

Object

public enum Object: Hashable 

Inheritance

Hashable

Initializers

init?(rawValue:)

public init?(rawValue: xmlXPathObjectPtr) 

Enumeration Cases

nodeSet

case nodeSet(NodeSet)

boolean

case boolean(Bool)

number

case number(Double)

string

case string(String)

undefined

case undefined
Types
Protocols
Global Functions
Extensions
Clone this wiki locally