Binding

Should be contained within a bindings element. A binding is used to bind a variable to a node. Like the triple element in syntax, it can be used to bind a particular property of a matched node to a particular variable name. That name can then be used within the action of a rule.

More information about binding

この要素は bindings 要素内に置く必要がある。バインディングは変数とノードを結びつけるために利用される。構文における triple 要素と同様、条件に一致したノードの特定のプロパティを特定の変数名に結びつけることに利用され、変数名がルールの action 要素で利用できるようにする。

binding の追加情報

プロパティとメソッド:

object predicate subject

属性:

XUL Element から継承:

align allowevents allownegativeassertions class coalesceduplicatearcs
collapsed container containment context contextmenu
datasources debug dir empty equalsize
flags flex height hidden id
insertafter insertbefore left maxheight maxwidth
menu minheight minwidth mousethrough observes
ordinal orient pack persist popup
position ref removeelement sortDirection sortResource
sortResource2 statustext style template tooltip
tooltiptext top uri wait-cursor width

プロパティとメソッド:

XUL Element から継承:

align
allowEvents
blur
boxObject
boxObject.element
boxObject.getLookAndFeelMetric
boxObject.height
boxObject.screenX
boxObject.screenY
boxObject.width
boxObject.x
boxObject.y
builder
className
click
collapsed
contextMenu
controllers
database
datasources
dir
doCommand
flex
focus
getElementsByAttribute
height
hidden
id
left
maxHeight
maxWidth
menu
minHeight
minWidth
observes
ordinal
orient
pack
persist
ref
resource
statusText
style
tooltip
tooltipText
top
width

Element から継承:

addEventListener
appendChild
attributes
childNodes
cloneNode
dispatchEvent
firstChild
getAttribute
getAttributeNS
getAttributeNode
getAttributeNodeNS
getElementsByTagName
getElementsByTagNameNS
hasAttribute
hasAttributeNS
hasAttributes
hasChildNodes
insertBefore
isSupported
lastChild
localName
namespaceURI
nextSibling
nodeName
nodeType
nodeValue
normalize
ownerDocument
parentNode
prefix
previousSibling
removeAttribute
removeAttributeNS
removeAttributeNode
removeChild
removeEventListener
replaceChild
setAttribute
setAttributeNS
setAttributeNode
setAttributeNodeNS
tagName

object

The object of a binding. It can be a variable reference, an RDF resource URI, or an RDF literal value.

バインディングの目的語 (object, 対象)。変数参照や、RDF リソース URI、RDF リテラル値がなりえる。

predicate

The predicate or property to match. This must be a URI of the property.

一致する述語 (predicate) またはプロパティ。これはプロパティの URI でなければならない。

subject

The subject of a binding. It can be a variable reference or an RDF resource URI.

バインディングの主語 (subject)。変数参照か RDF リソース URI がなりえる。


Copyright (C) 1999 - 2004 XulPlanet.com