Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: string stringify(List<EggsNode>, char?)

Declaration

protected static string stringify(
    List<EggsNode> children,
    char? tag
)

Summary

Turns a list of child nodes into EggsML mark-up.

Parameters

List<EggsNode>children List of children to turn into mark-up.
char?tag If non-null, assumes we are directly inside a tag with the specified character, causing necessary escaping to be performed.

Returns

EggsML mark-up representing the same tree structure as this node.