NSXMLDocumentIncludeContentTypeDeclaration
Includes a content type declaration for HTML or XHTML in the output of the document.
HTMLまたはXHTMLに対するコンテンツタイプ宣言を書類の出力に含めます。
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ノードをそれへと参照をつけられるノードそれらで置き換えます。
NSXMLNodeCompactEmptyElement
Requests that an element should be contracted when empty; for example,
<flag/>
.
ある要素が空の時に短縮されるべきであることを要請します;例えば、<flag/>
。
NSXMLNodeExpandEmptyElement
Requests that an element should be expanded when empty; for example,
<flag></flag>
. This is the default.
ある要素が空の時に展開されるべきであることを要請します;例えば、<flag></flag>
。これは、初期状態です。
NSXMLNodeIsCDATA
Specifies that a text node contains and is written out as a CDATA section.
あるテキストノードがCDATAセクションを含むおよびそれとして書き出されることを指定します。
NSXMLNodeLoadExternalEntitiesAlways
Requests that external entities are always loaded.
外部エンティティが常にロードされることを要請します。
NSXMLNodeLoadExternalEntitiesNever
Requests that external entities are never loaded.
外部エンティティが決してロードされないことを要請します。
NSXMLNodeLoadExternalEntitiesSameOriginOnly
Requests that external entities are always loaded and only applies when a URL has been provided.
外部エンティティが常にロードされるそして適用するのはURLが提供される時だけであることを要請します。
NSXMLNodeOptionsNone
No options are requested for this input or output action.
オプションはこの入力または出力アクションに対して要請されません。
NSXMLNodePreserveAttributeOrder
Requests that NSXMLNode preserve the order of attributes as in the source XML.
NSXMLNodeが属性の順番をソースXMLでのとおりに保全することを要請します。
NSXMLNodePreserveCDATA
Requests that NSXMLNode preserve CDATA blocks where defined in the input XML.
NSXMLNodeが入力XMLにおいて定義されるところのCDATAブロックを保全することを要請します。
NSXMLNodePreserveCharacterReferences
Specifies that character references (
&#
nnn;
) should not be resolved for XML output of this node.
文字参照(&#
nnn;
)がこのノードのXML出力に対して解決されるべきでないことを指定します。
NSXMLNodePreserveDTD
Specifies that declarations in a DTD should be preserved until it the DTD is modified. For example, parameter entities are by default expanded; with this option, they are written out as they originally occur in the DTD.
DTDの中の宣言が、そのDTDが修正されない限り保全されるべきであることを指定します。例えば、パラメータエンティティは初期状態では展開されます;このオプションで、それらは、それらがもともとDTDにおいて発生するとおりに出力されます。
NSXMLNodePreserveEmptyElements
Specifies that empty elements in the input XML be preserved in their contracted or expanded form.
入力XMLにおける空要素が、それらの短縮または展開形式において保全されることを指定します。
NSXMLNodePreserveEntities
Specifies that entities (
&
xyz;
) should not be resolved for XML output of this node.
エンティティ(&
xyz;
)がこのノードのXML出力に対して解決されるべきでないことを指定します。
NSXMLNodePreserveNamespaceOrder
Requests NSXML to preserve the order of namespace URI definitions as in the source XML.
NSXMLに名前空間URI定義の順番をソースXMLでのとおりに保全するよう要請します。
NSXMLNodePreservePrefixes
Requests NSXMLNode not to choose prefixes based on the closest namespace URI definition.
NSXMLNodeに接頭辞を最も近い名前空間URI定義に基づいて選ばないよう要請します。
NSXMLNodePreserveQuotes
Specifies that the quoting style used in the input XML (single or double quotes) be preserved.
入力XMLにおいて使われるクォーティング形式(一重または二重クォート)が保全されることを指定します。
NSXMLNodePreserveWhitespace
Requests NSXMLNode to preserve whitespace characters (such as tabs and carriage returns) in the XML source that are not part of node content.
NSXMLNodeに空白文字(たとえばタブおよびキャリッジリターン)をノード内容の一部でないXMLソースにおいて保全するよう要請します。
NSXMLNodePrettyPrint
Print this node with extra space for readability.
このノードを読みやすさのために余分の開きとともにプリントします。
(Output)
NSXMLNodeUseDoubleQuotes
Requests that NSXML use double quotes for the value of an attribute or namespace node. This is the default.
NSXMLが二重引用符を、ある属性または名前空間ノードの値に対して使うことを要請します。これは、初期状態です。
NSXMLNodeUseSingleQuotes
Requests that NSXML use single quotes for the value of an attribute or namespace node.
NSXMLが一重引用符を、ある属性または名前空間ノードの値に対して使うことを要請します。