Table of Contents

TopicTransformationCore.RenderChildElements Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This makes the given parent element the current element, renders the list of children to it and then resets the current element to the prior current element.

public void RenderChildElements(XElement parent, IEnumerable<XNode> children)

Parameters

parent XElement

The parent element to which the children are rendered

children IEnumerable<XNode>

An enumerable list of child elements to render