Name |
Description |
DomIndexNone |
Simple implementation of DOM index that only stores a reference to the index target. This will perform much better than the ranged index for dom construction & manipulation, but worse for complex queries. |
DomIndexRanged |
A DOM index that can return a range of values. The IDomIndexRange interface is known to the selection engine; when availabile it will be use to optimize subqueries. |
DomIndexSimple |
Simple implementation of DOM index that only stores a reference to the index target. This will perform much better than the ranged index for dom construction & manipulation, but worse for complex queries. |
DomIndexSimple.IndexValue |
|
IndexOperation |
|
PseudoSelector |
Base class for any pseudoselector that implements validation of min/max parameter values, and argument validation. When implementing a pseudoselector, you must also implement an interface for the type of pseudoselector |
PseudoSelectors |
Factory class for PseudoSelectors: provides an API for managing selectors. |
SelectorEngine |
|
SelectorParser |
|