Enumeration Case 列挙ケース

NSXMLDocumentTidyHTML

Formats HTML into valid XHTML during processing of the document. HTMLを有効なXHTMLへとこの書類の処理の間に書式設定します。

Declaration 宣言

NSXMLDocumentTidyHTML = 1UL << 9

Discussion 議論

When tidying, NSXMLDocument adds a line break before the close tag of a block-level element (<p>, <div>, <h1>, and so on); it also makes the string value of <br> or <hr> a line break. These operations make the string value of the HTML <body> more readable. After using this option, avoid outputting the document as anything other than the default kind, NSXMLDocumentXHTMLKind. 整頓する場合、 NSXMLDocumentはひとつのラインブレークをブロック水準要素の閉じタグの前に加えます(<p><div><h1>など); それはまた<br>または<hr>の文字列値をひとつのラインブレークにします。これらの操作は、HTML <body>の文字列値をより読みやすくします。このオプションを使う後、その書類をNSXMLDocumentXHTMLKindより他の何かとして出力することを避けてください。

(Input)