MElement Class
Namespace: DotMarkdown.Linq
Assembly: DotMarkdown.dll
public abstract class MElement : DotMarkdown.Linq.MObject
Inheritance
Derived
- MAutolink
- MCharEntity
- MComment
- MContainer
- MEntityRef
- MFencedCodeBlock
- MHorizontalRule
- MImage
- MIndentedCodeBlock
- MInlineCode
- ...
Constructors
| Constructor | Summary |
|---|---|
| MElement() |
Properties
| Property | Summary |
|---|---|
| Document | (Inherited from MObject) |
| Kind | (Inherited from MObject) |
| NextElement | |
| Parent | (Inherited from MObject) |
| PreviousElement |
Methods
| Method | Summary |
|---|---|
| Ancestors() | |
| ElementsAfterSelf() | |
| ElementsBeforeSelf() | |
| Equals(Object) | (Inherited from Object) |
| GetHashCode() | (Inherited from Object) |
| GetType() | (Inherited from Object) |
| MemberwiseClone() | (Inherited from Object) |
| Remove() | |
| Save(MarkdownWriter) | |
| Save(Stream, MarkdownFormat) | |
| Save(String, MarkdownFormat) | |
| Save(TextWriter, MarkdownFormat) | |
| ToString() | (Overrides Object.ToString) |
| ToString(MarkdownFormat) | |
| ToString(MarkdownWriterSettings) | |
| WriteTo(MarkdownWriter) |