TopicTransformationCoreRenderChildElements Method

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.

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void RenderChildElements(
	XElement parent,
	IEnumerable<XNode> children
)

Parameters

parent  XElement
The parent element to which the children are rendered
children  IEnumerableXNode
An enumerable list of child elements to render

See Also