NSXMLDocumentHTMLKind
Outputs empty tags in HTML without a close tag, such as
<br>
.
HTMLにおける空タグを閉じタグ無しで出力します、たとえば<br>
。
NSXMLDocumentTextKind
Outputs the string value of the document by extracting the string values from all text nodes.
書類の文字列値を、文字列値を全てのテキストノードから抽出することによって出力します。
NSXMLDocumentXHTMLKind
The document output is XHTML.
書類出力は、XHTMLです。
NSXMLDocumentXMLKind
The default type of document content type, which is XML.
書類のコンテンツタイプの省略時の型は、XMLです。