dojox.wire.XmlWire
dojo.require("dojox.wire.XmlWire");
defined in dojox/wire/XmlWire.js
'args' is just mixed in with no further processing.
Usage
function (/*Object*/ args) (view source)
parameter | type | description |
---|---|---|
args | Object | Arguments to initialize properties path: A simplified XPath to an attribute, a text or elements |
FunctionsBack to top
Return a child node
Return a DOM document
Return an attribute value, a text value or an array of elements
Defined by dojox.wire.Wire
Return a property value of an object
Set an attribute value or a child text value to an element
Defined by dojox.wire.Wire
Set a property value to an object
PropertiesBack to top
Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)
Defined by dojox.wire.Wire
Overrides dojox.wire.Wire