TagNode

class TagNode : NestedTags , INamed {
Token[] directIDs;
Token[] directClasses;
Attribute[] attributes;
Token _fitInside;
Token _fitOutside;
Token _translated;
Token _token;
Token _tag;
TagContents _contents;
Node[] _children;
size_t[2] attributesRange;
}

Members

Classes

AttributeAST
class AttributeAST

Wrapper class around Attribute used for visiting

Functions

contents
TagContents contents()

Content of the tag (nullable)

fitInside
bool fitInside()
fitOutside
bool fitOutside()
name
string name()
translated
bool translated()

Meta