protected virtual void VisitText(HxlTextAttribute attribute)
 {
     DefaultVisit(attribute);
 }
 void IHxlLanguageVisitor.Visit(HxlTextAttribute attribute)
 {
     VisitText(attribute);
 }