DOMSearchLevel

From Virtual World Web Wiki
Jump to: navigation, search

Specifies the scope of a search or enumeration.

Remarks [edit]

Enum Values

Owner = 1
The object at which the search is initiated (self).
Children = 2
The children of the object at which the search is initiated.
Traverse = 6
The children of the object at which the search is initiated, and all children of those children, recursively.
All = 7
The object at which the search is initiated and all of its children, recursively.
ExcludeSubDocuments = 8
A flag requesting that document boundaries not be crossed
NoLock = 16
Skip locks on iterators