You are here

namespace Drupal\xbbcode\Parser\Tree in Extensible BBCode 4.0.x

Same name in other branches
  1. 8.3 Drupal\xbbcode\Parser\Tree
Classsort descending Location Description
ElementInterface src/Parser/Tree/ElementInterface.php An element in the parser tree.
NodeElement src/Parser/Tree/NodeElement.php A node element contains other elements.
NodeElementInterface src/Parser/Tree/NodeElementInterface.php Interface for node elements.
OutputElement src/Parser/Tree/OutputElement.php Represent a rendered element in the parse tree.
OutputElementInterface src/Parser/Tree/OutputElementInterface.php An output element must be convertible to a string.
RootElement src/Parser/Tree/RootElement.php The root element of the tag tree.
TagElement src/Parser/Tree/TagElement.php A BBCode tag element.
TagElementInterface src/Parser/Tree/TagElementInterface.php A tag occurrence as processed by tag plugins.
TextElement src/Parser/Tree/TextElement.php An element representing a text fragment.