Einhugur YAML Plugin for Xojo

EinhugurYAML.Node Class

Key value pair class to represent YAML node when reading YAML document.

This class is only used when reading YAML document.

Object
   Node

class EinhugurYAML.Node

Constructors

Node (private) Private constructor.

Properties

MappingNodeCountReturns the number of mapping items if the current node is mapping node.
NodeTypeType of the node.
ScalarValueThe scalar value of the node.
SequenceNodeCountReturns the number of mapping items if the current node is sequence node.
TagThe tag on the node.

Methods

MappingNodeGets child node from mapping node by given index.
SequenceNodeGets child node from sequence node by given index.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS