Packageorg.openPyro.collections
Classpublic class XMLNodeDescriptor
InheritanceXMLNodeDescriptor Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
  depth : int
XMLNodeDescriptor
  node : XML
XMLNodeDescriptor
  nodeString : String
[read-only]
XMLNodeDescriptor
  open : Boolean
XMLNodeDescriptor
  parent : XMLNodeDescriptor
XMLNodeDescriptor
Public Methods
 MethodDefined by
  
XMLNodeDescriptor
  
isLeaf():Boolean
XMLNodeDescriptor
Public Constants
 ConstantDefined by
  BRANCH_VISIBILITY_CHANGED : String = "branchVisibilityChanged"
[static]
XMLNodeDescriptor
Property detail
depthproperty
public var depth:int
nodeproperty 
public var node:XML
nodeStringproperty 
nodeString:String  [read-only]Implementation
    public function get nodeString():String
openproperty 
open:Boolean  [read-write]Implementation
    public function get open():Boolean
    public function set open(value:Boolean):void
parentproperty 
public var parent:XMLNodeDescriptor
Constructor detail
XMLNodeDescriptor()constructor
public function XMLNodeDescriptor()
Method detail
isLeaf()method
public function isLeaf():Boolean

Returns
Boolean
Constant detail
BRANCH_VISIBILITY_CHANGEDconstant
public static const BRANCH_VISIBILITY_CHANGED:String = "branchVisibilityChanged"