Text Class

Constructors & Destructor | Member Functions

Definition

Line 10 of System.Dom/Text.cm

Inheritance

Constructors & Destructor

public Text(NodeKind kind_, const Span& span_, int fileIndex_, const String<char>& name_)
public Text(NodeKind kind_, const Span& span_, int fileIndex_, const String<char>& name_, const String<char>& text_)
public Text(const Span& span_, int fileIndex_)
public Text(const Span& span_, int fileIndex_, const String<char>& text_)

Member Functions

public override void Accept(Visitor& visitor)
public override Node* Clone(bool deep) const

Constructor& Destructor Details

Text Constructor

public Text(NodeKind kind_, const Span& span_, int fileIndex_, const String<char>& name_)

Definition
Line 18 of System.Dom/Text.cm


Text Constructor

public Text(NodeKind kind_, const Span& span_, int fileIndex_, const String<char>& name_, const String<char>& text_)

Definition
Line 21 of System.Dom/Text.cm


Text Constructor

public Text(const Span& span_, int fileIndex_)

Definition
Line 12 of System.Dom/Text.cm


Text Constructor

public Text(const Span& span_, int fileIndex_, const String<char>& text_)

Definition
Line 15 of System.Dom/Text.cm


Member Function Details

Accept Member Function

public override void Accept(Visitor& visitor)

Definition
Line 24 of System.Dom/Text.cm


Clone Member Function

public override Node* Clone(bool deep)

Definition
Line 28 of System.Dom/Text.cm