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

Expression

mattt edited this page May 5, 2021 · 3 revisions

Expression

public final class Expression: RawRepresentable 

Inheritance

ExpressibleByStringLiteral, RawRepresentable

Initializers

init?(rawValue:)

public required init?(rawValue: xmlXPathCompExprPtr) 

init?(_:)

public convenience init?(_ string: String) 

init(stringLiteral:)

public convenience init(stringLiteral value: String) 

Properties

rawValue

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