c# - HtmlAgilityPack - get all nodes in a document -



c# - HtmlAgilityPack - get all nodes in a document -

i traverse nodes in documnet using htmlagilitypack will

foreach (htmlnode node in myhtml.documentnode.selectnodes("//@"))

do?

you can loop through myhtml.documentnode.descendants().

c# xpath html-agility-pack

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -