Package | Description |
---|---|
com.caucho.quercus.env | |
com.caucho.quercus.lib.dom | |
com.caucho.quercus.lib.spl |
Modifier and Type | Method and Description |
---|---|
TraversableDelegate |
QuercusClass.getTraversableDelegate()
Gets the traversable delegate
|
Modifier and Type | Method and Description |
---|---|
void |
QuercusClass.setTraversableDelegate(TraversableDelegate delegate)
Sets the traversable delegate
|
Modifier and Type | Class and Description |
---|---|
class |
DOMNodeListDelegate |
Modifier and Type | Class and Description |
---|---|
class |
IteratorAggregateDelegate
A delegate that intercepts requests for iterator's and delegates
them to the iterator returned by
IteratorAggregate@getIterator() |
class |
IteratorDelegate
A delegate that intercepts requests for iterator's and calls methods on
target objects that implement
the
Iterator interface. |