NodePathInfo

Kind of class:class
Inherits from:none
Classpath:mx.xpath.NodePathInfo
File last modified:Tuesday, 18 December 2007, 15:44:38
NodePathInfo holds a single node portion of an XPath expression
( e.g. B[@id='1'] from the XPath /A[@name]/B[@id='1']/C )

Summary


Constructor
  • NodePathInfo (nodeName:String, filter:String)
    • NodePathInfo constructor
Instance properties

Constructor

NodePathInfo

function NodePathInfo (
nodeName:String, filter:String)

NodePathInfo constructor

Instance properties

__filter

private __filter:String = null
(read)

__nodeName

private __nodeName:String = null
(read)

filter

filter:String
(read)

nodeName

nodeName:String
(read)