翻訳と辞書
Words near each other
・ Xplornet Communications
・ Xplosiv (La Mafia album)
・ Xplosión
・ XPM
・ XPM (TV series)
・ XPN
・ XPNPEP1
・ XPNPEP2
・ XPNPEP3
・ XPO
・ XPO Logistics
・ XPO1
・ XPO4
・ XPO5
・ XPO6
XPointer
・ Xports
・ Xposed
・ XPostFacto
・ Xposé
・ XPOT
・ XPower++
・ XPP
・ XPQ-21
・ Xpra
・ Xpress
・ XPRESS (newspaper)
・ Xpress (roller coaster)
・ Xpress (TV series)
・ Xpress 200


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

XPointer : ウィキペディア英語版
XPointer

XPointer is a system for addressing components of XML based Internet media. It is divided among four specifications: a "framework" that forms the basis for identifying XML fragments, a positional element addressing scheme, a scheme for namespaces, and a scheme for XPath-based addressing. XPointer Framework is a W3C recommendation since March 2003.〔(【引用サイトリンク】url=http://www.w3.org/TR/2003/REC-xptr-framework-20030325/ )

The XPointer language is designed to address structural aspects of XML, including text content and other information objects created as a result of parsing the document. Thus, it could be used to point to a section of a document highlighted by a user through a mouse drag action.
XPointer is covered by a royalty-free technology patent held by Sun Microsystems.〔(XPointer royalty-free patent statement )〕
== Positional Element Addressing ==
The element() scheme introduces positional addressing of child elements. This is similar to a simple XPath address, but subsequent steps can only be numbers representing the position of a descendant relative to its branch on the tree.
For instance, given the following fragment:









results as the following examples:
xpointer(id("foo")) => foobar
xpointer(/foobar/1) => bar
xpointer(//bom) => bom (a=1), bom (a=2)
element(/1/2/1) => bom (a=1) (/1 descend into first element (foobar),
/2 descend into second child element (baz),
/1 select first child element (bom))

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「XPointer」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.