home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Interface
/
it.dig
/
scripts
/
__Packages
/
mx
/
xpath
/
NodePathInfo.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-07-04
|
347 b
|
19 lines
class mx.xpath.NodePathInfo
{
var __nodeName = null;
var __filter = null;
function NodePathInfo(nodeName, filter)
{
this.__nodeName = nodeName;
this.__filter = filter;
}
function get nodeName()
{
return this.__nodeName;
}
function get filter()
{
return this.__filter;
}
}