PassthroughElement Class
Definition
- Assembly
- Sandcastle.Core.dll
This handles passthrough elements such as HTML elements by writing them out along with any attributes and then parsing any child nodes.
public class PassthroughElement : Element
- Inheritance
-
PassthroughElement
Constructors
| PassthroughElement(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 |