org.jivesoftware.xiff.data

interface INodeProxy

All Known Implementing Classes: XMLStanza

interface INodeProxy
An interface for objects that abstract XML data by providing accessors to the original XML data stored within.
  • Author:
    Sean Treadway
  • Since:
    2.0.0

Method Summary

public getNode ( ): XMLNode
Gets the XML node that is being abstracted.
public 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