INoScriptElement IContentModel<INoScriptElement, IContentSetHeading>.this[IContentSetHeading child]
 {
     get { return this[child]; }
 }
 IButtonElement IContentModel<IButtonElement, IContentSetHeading>.this[IContentSetHeading child]
 {
     get { return this[child]; }
 }
 IBlockQuoteElement IContentModel<IBlockQuoteElement, IContentSetHeading>.this[IContentSetHeading child]
 {
     get { return this[child]; }
 }
 INoScriptElement IContentModel <INoScriptElement, IContentSetHeading> .this[IContentSetHeading child]
 {
     get { return(this[child]); }
 }
 IButtonElement IContentModel <IButtonElement, IContentSetHeading> .this[IContentSetHeading child]
 {
     get { return(this[child]); }
 }
 IBlockQuoteElement IContentModel <IBlockQuoteElement, IContentSetHeading> .this[IContentSetHeading child]
 {
     get { return(this[child]); }
 }