SSブログ

調べもの:createDocument [XMLマスター]

初出:2009-03-08 08:57:20
XMLマスターの調べもの。
DOMImplementationのメソッドで、引数を理解できてないな~と思って調べたら、sunのJavaと、Microsoftの.Net Frameworkで引数違うよぅ。PHPも違うようだし。
仕様違うと言えばそれまでなんだけど。

「createDocument - Google 検索」
http://www.google.co.jp/search?sourceid=navclient&aq=h0&oq=createDocument&hl=ja&ie=UTF-8&rlz=1T4GFRC_jaJP217JP218&q=createDocument

”createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
文書要素とともに指定された型の DOM Document オブジェクトを作成します。”
「DOMImplementation (Java 2 プラットフォーム SE v1.4.0)」
http://sdc.sun.co.jp/java/docs/j2se/1.4/ja/docs/ja/api/org/w3c/dom/DOMImplementation.html

「XmlImplementation.CreateDocument メソッド (System.Xml)」
http://msdn.microsoft.com/ja-jp/library/system.xml.xmlimplementation.createdocument(VS.80).aspx

「SDO_DAS_XML::createDocument」
http://manual.xwd.jp/function.sdo-das-xml-createdocument.html
調べもの:DOMImpllementation


(2011.03.07追加)
W3CのSpecに沿っているのはJavaの定義の方

// Introduced in DOM Level 2:
Document createDocument(in DOMString namespaceURI,
in DOMString qualifiedName,
in DocumentType doctype)
raises(DOMException);
「Document Object Model Core - Interface DOMImplementation」
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-102161490
タグ:DOM XML
nice!(0)  コメント(0)  トラックバック(0) 
共通テーマ:パソコン・インターネット

nice! 0

コメント 0

コメントを書く

お名前:[必須]
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0