FilterStack
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Classpath: | mx.xpath.FilterStack |
| File last modified: | Tuesday, 18 December 2007, 15:44:38 |
FilterStack is a class that holds a set of expressions (operands) and operations to perform on them.
The stack stores expressions and operators from the predicate ([]) portion of an XPath statement.
The stack stores expressions and operators from the predicate ([]) portion of an XPath statement.
Summary
Constructor
- FilterStack (filterVal:String)
Constructor
FilterStack
function FilterStack (
filterVal:String)
Instance properties
__expr
private __expr:Array
(read)
__ops
private __ops:Array
(read)
exprs
exprs:Array
(read)
ops
ops:Array
(read)