static var documentTidyHTML : XMLNode.Options
Formats HTML into valid XHTML during processing of the document.
HTMLを有効なXHTMLへとこの書類の処理の間に書式設定します。
static var documentTidyXML : XMLNode.Options
Changes malformed XML into valid XML during processing of the document.
不恰好なXMLを有効なXMLへとこの書類の処理の間に書式設定します。
static var documentValidate : XMLNode.Options
Validates this document against its DTD (internal or external) or XML Schema.
この書類をそれのDTD(内部的または外部的)またはXMLスキーマに対して検証します。
static var documentXInclude : XMLNode.Options
Replaces all XInclude nodes in the document with the nodes referred to.
この書類における全てのXIncludeノードをそれへと参照をつけられるノードそれらで置き換えます。
static var documentIncludeContentTypeDeclaration : XMLNode.Options
Includes a content type declaration for HTML or XHTML in the output of the document.
HTMLまたはXHTMLに対するコンテンツタイプ宣言を書類の出力に含めます。