The attributes of the tag.
Ref: AttributeType
The children of the node.
The name of the tag.
`[b]Hello World![/b]` -> `b`
Optional
valueThe value of the tag.
Ref: ValueHolder.value
Protected
nodeProtected
nodeSets the attribute of the node.
The key of the attribute.
The value of the attribute.
Use AttributeHolder.attributes instead.
Sets the value of the node.
The value of the node.
Use ValueHolder.value instead.
Gets the textual representation of the node as BBCode. An alias for BaseNode.toString.
Converts the node into a textual representation of the node as BBCode.
A node should return the exact same string as the input to Parser.parse provided indented
is false
.
The textual representation of the node as BBCode.
Generated using TypeDoc
A BBCode node. This represents a tag and it's children.