MATLAB ヘルプ センター
Find HTML trees without values
tf = ismissing(tree)
tf = ismissing(tree) returns a logical array that indicates which elements of tree do not reference HTML trees. For example, if tree is given by the Parent property of a root node, then the function returns 1 (true).
tf
tree
Parent
true
example
collapse all
To test if an HTML tree object represents a root node, test that the Parent property is missing.
Read HTML code from the URL https://www.mathworks.com/help/textanalytics using webread.
https://www.mathworks.com/help/textanalytics
webread
url = "https://www.mathworks.com/help/textanalytics"; code = webread(url);
Parse the HTML code using htmlTree.
htmlTree
tree = htmlTree(code);
Test if the parent of tree references an HTML tree.
tf = ismissing(tree.Parent)
tf = logical 1
Since tree represents the root node of the HTML tree, the value of tree.Parent is missing and the ismissing function returns 1 (true).
tree.Parent
missing
ismissing
HTML tree, specified as an htmlTree array.
Introduced in R2018b
extractFileText | extractHTMLText | readPDFFormData | htmlTree | findElement | getAttribute | tokenizedDocument
extractFileText
extractHTMLText
readPDFFormData
findElement
getAttribute
tokenizedDocument
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ