Functions
|
|
_get
clearNode
get
getAndClear
locateNodes
substitute
superPrependAttribute
superSetAttribute
|
|
_get
|
_get ( node, nodeId )
|
|
clearNode
|
clearNode ( node )
Remove all children from the given node.
|
|
get
|
get ( node, nodeId )
|
|
getAndClear
|
getAndClear ( node, nodeId )
|
|
locateNodes
|
locateNodes (
nodeList,
key,
value,
)
Find subnodes in the given node where the given attribute
has the given value.
|
|
substitute
|
substitute (
request,
node,
subs,
)
Look through the given node's children for strings, and
attempt to do string substitution with the given parameter.
|
|
superPrependAttribute
|
superPrependAttribute (
node,
key,
value,
)
|
|
superSetAttribute
|
superSetAttribute (
node,
key,
value,
)
|
Classes
|
|
|
|