Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was 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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.