Summary:
Field | Property | Contructor |
Method
Detail:
Field | Property | Contructor |
Method
interface INodeProxy
An interface for objects that abstract XML data by providing accessors to the original XML data stored within.
Method Summary
Gets the XML node that is being abstracted.
public setNode (
node:
XMLNode
):
Boolean Sets the XML node that will be abstracted.
Method Documentation
getNode
public function getNode (
): XMLNode
Gets the XML node that is being abstracted.
setNode
public function setNode (
node: XMLNode): Boolean
Sets the XML node that will be abstracted.
The documentation was generated from the following file:
- INodeProxy.as, Last Modified: 3/10/2005 10:15:24 PM