Input and Output Options
入出力オプション
Input and output options specifically intended for NSXMLDocument
objects.
とりわけNSXMLDocument
オブジェクトに対して意図される入力および出力オプション。
Declaration
宣言
NSXMLDocumentTidyHTML = 1 << 9,
NSXMLDocumentTidyXML = 1 << 10,
NSXMLDocumentValidate = 1 << 13,
NSXMLDocumentXInclude = 1 << 16,
NSXMLDocumentIncludeContentTypeDeclaration = 1 << 18,
Overview
概要
Because NSXMLDocument
is a subclass of NSXMLNode
, you can also use the relevant input and output options described in Constants in the NSXMLNode
class reference. You can specify input options in the NSXMLDocument
methods initWithContentsOfURL:options:error:
, initWithData:options:error:
, initWithXMLString:options:error:
. The XMLDataWithOptions:
method takes output options.
NSXMLDocument
がNSXMLNode
のサブクラスであることから、あなたはまたNSXMLNode
クラスオプションのConstantsで記述される相当する入力と出力オプションを使用できます。あなたは、入力オプションをNSXMLDocument
のメソッドinitWithContentsOfURL:options:error:
、initWithData:options:error:
、initWithXMLString:options:error:
において指定できます。XMLDataWithOptions:
メソッドは、出力オプションを取ります。
Topics
話題
Constants
定数
NSXMLDocumentTidyHTML
Formats HTML into valid XHTML during processing of the document.
HTMLを有効なXHTMLへとこの書類の処理の間に書式設定します。
NSXMLDocumentTidyXML
Changes malformed XML into valid XML during processing of the document.
不恰好なXMLを有効なXMLへとこの書類の処理の間に書式設定します。
NSXMLDocumentValidate
Validates this document against its DTD (internal or external) or XML Schema.
この書類をそれのDTD(内部的または外部的)またはXMLスキーマに対して検証します。
NSXMLDocumentXInclude
Replaces all XInclude nodes in the document with the nodes referred to.
この書類における全てのXIncludeノードをそれへと参照をつけられるノードそれらで置き換えます。