Constructordojox.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)
parametertypedescription
argsObjectArguments to initialize properties path: A simplified XPath to an attribute, a text or elements

Jump to PropertiesFunctionsBack to top

FunctiongetValue(defaultObject: Object|Array)
Defined by dojox.wire.Wire
Return a value of an object
FunctionsetValue(value, defaultObject: Object|Array)
Defined by dojox.wire.Wire
Set a value to an object
Function_getChildNode(node: Node, name: String)
Return a child node
Return a DOM document
Function_getNodeValue(node: Node, exp: String)
Return an attribute value, a text value or an array of elements
Function_getPropertyValue(object: Object|Array, property: String)
Defined by dojox.wire.Wire
Return a property value of an object
Function_getValue(object: Node)
Return an attribute value, a text value or an array of elements
Function_setNodeValue(node: Node, exp: String, value: String)
Set an attribute value or a child text value to an element
Function_setPropertyValue(object: Object|Array, property: String, value)
Defined by dojox.wire.Wire
Set a property value to an object
Function_setValue(object: Node, value: String)
Set an attribute value or a child text value to an element

Jump to FunctionsPropertiesBack to top

Defined by dojox.wire.Wire
converter object (or class name) to convert the return value (for the source Wire)