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

Literal

mattt edited this page Feb 7, 2020 · 10 revisions

Literal

An element with literal contents.

public protocol Literal: Node

Inheritance

Node

Requirements

init(literal:)

init(literal: String?)

literal

The literal contents of the element.

var literal: String?

Clone this wiki locally