HugoShortCodeSyntaxNode Class

HugoShortCodeSyntaxNode class

Defines the HugoShortCodeSyntaxNode

public class HugoShortCodeSyntaxNode : InlineContainerSyntaxNode

Properties

NameDescription
getFirstChild Get the first child.
getLastChild Get the last child.
getNextSibling Get ghe next sibling.
getParent Get the parent node.
getPreviousSibling Get the previous sibling.

Methods

NameDescription
accept(MarkdownSyntaxVisitor)Defines the interface for accept visitor.
appendChild(MarkdownSyntaxNode)Append child node.
childNodes()Get the child nodes collection.
getEnumerator()Returns an enumerator that iterates through the collection.
getLeadingTrivia()Get the leading trivia.
getParameter(int)Defines the GetParameter
getParametersCount()Defines the GetParametersCount
getSyntaxTree()Get the syntax tree.
getTrailingTrivia()Get the Trailing trivia.
insertBefore(MarkdownSyntaxNode, MarkdownSyntaxNode)Insert before node.
isEndTag()Defines the interface for check IsEndTag
removeChild(MarkdownSyntaxNode)Remove the child.
replaceChild(MarkdownSyntaxNode, MarkdownSyntaxNode)Replace the child node.
toString()Override ToString method.
writeTo(MarkdownTextWriter)Write to MarkdownTextWriter.
writeTo(TextWriter)Write nodes to text writer.

See Also