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.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void RenderChildElements(
XElement parent,
IEnumerable<XNode> children
)
Public Sub RenderChildElements (
parent As XElement,
children As IEnumerable(Of XNode)
)
public:
void RenderChildElements(
XElement^ parent,
IEnumerable<XNode^>^ children
)
member RenderChildElements :
parent : XElement *
children : IEnumerable<XNode> -> unit
Parameters
- parent XElement
- The parent element to which the children are rendered
- children IEnumerableXNode
- An enumerable list of child elements to render