nodeOutputItems

Builds a output string. This is usefull for formating output for the command-line.

string[]
nodeOutputItems
(
ref Dominator dom
,
Node node
,
string[] optOutItems
)

Parameters

dom
Type: Dominator

The DOM Object

node
Type: Node

A node, that is part of dom

optOutItems
Type: string[]

Defines the output contents

Meta