findComments

finds comments that match the given txt. Case insensitive, strips whitespace.

  1. Element[] findComments(Document document, string txt)
    findComments
  2. Element[] findComments(Element element, string txt)

See Also

Suggestion Box / Bug Report