List of nodes with references
Is the parser inside a block?
Merges two arrays, maintaining numeric keys. If two numeric keys clash, the second one will be appended to the resulting array. If string keys clash, the last one wins.
Builds the PHP array from all the YAML nodes we've gathered
Creates a literal block for dumping
Returns YAML from a key and a value
Folds a string of text, if necessary
Finds the children of a node and aids in the building of the PHP array
Finds and returns the indentation of a YAML line
Used in inlines to check for more inlines or quoted strings
Helper for _linkReferences()
Traverses node-space and sets references (& and *) accordingly
Traverses node-space and copies references to / from this object.
Turns a node's data and its children's data into a PHP array
Parses YAML code and returns an array for a node
Finds the type of the passed value, returns the value as the new type.
Handle PHP serialized data.
Attempts to convert a key / value array item to YAML
Attempts to convert an array to YAML
The constructor assigns the node a unique ID.
Create a new YAML parser.