dojox.wire.ml.XmlElement.getPropertyValue
dojo.require("dojox.wire.ml.util");
defined in dojox/wire/ml/util.js
If 'property' starts with '@', the attribute value is returned. If 'property' specifies "text()", the value of the first child text is returned. Otherwise, child elements of the tag name specified with 'property' are returned.
Usage
function (/*String*/ property) (view source)
parameter | type | description |
---|---|---|
property | String | A property name |