struct

Cmark::Event

Inherits Struct < Value < Object

An inmutable record that represents an event returned by EventIterator.

NOTE: An event with a leaf node always returns true for #enter?. See NodeType for more information on leaf nodes.

Instance methods

enter?

Indicates the entering of node.

Source
exit?

Indicates the exiting of node.

Source
modifiable?

Indicates if node can be modified.

Source
node

The current event node.

Source