/// <inheritdoc />
 public ElementCollection ChildrenWithTag(IList <ElementTag> elementTags)
 {
     return(ChildElements.ElementsWithTag(elementTags));
 }
 /// <inheritdoc />
 public ElementCollection ChildrenWithTag(string tagName, params string[] inputTypes)
 {
     return(ChildElements.ElementsWithTag(tagName, inputTypes));
 }