Class Loop

Loop class

Represents a loop.

public sealed class Loop : Node, IOutlineElementChildNode

Constructors

NameDescription
Loop()The default constructor.

Properties

NameDescription
Document { get; }Gets the document of the node.
virtual IsComposite { get; }Gets a value indicating whether this node is composite. If true the node can have child nodes.
LastModifiedTime { get; set; }Gets or sets the last modified time.
Link { get; set; }Gets or sets the link.
NextSibling { get; }Gets the next node at the same node tree level.
NodeType { get; }Gets the node type.
ParentNode { get; }Gets the parent node.
PreviousSibling { get; }Gets the previous node at the same node tree level.

Methods

NameDescription
override Accept(DocumentVisitor)Accepts the visitor of the node.

See Also