NonRenderedParentElement Class
Definition
- Assembly
- Sandcastle.Core.dll
This handles parent elements that do not themselves have any rendered representation. It simply parses each of the child nodes in the given element if it has any and renders those as needed.
public class NonRenderedParentElement : Element
- Inheritance
-
NonRenderedParentElement
Constructors
| NonRenderedParentElement(string) |
Constructor |
Fields
| Ddue |
The root MAML namespace (Inherited from Element) |
| NonBreakingSpace |
A non-breaking space (Inherited from Element) |
| Xlink |
The XML linking language namespace (Inherited from Element) |
| XmlSpace |
The xml:space name (Inherited from Element) |
Properties
| Name |
This read-only property returns the element name (Inherited from Element) |
Methods
| Render(TopicTransformationCore, XElement) |
Render the element to the topic |