[This is preliminary documentation and is subject to change.]
Attribute nodes are not traversed by default. The below methods can be
used to move the cursor to an attribute node. MoveToCarryingElement() can
be called afterwards to return the cursor to the carrying element. The
depth of an attribute node will be 1 + the depth of the carrying element.
Moves the cursor to the attribute at the specified 0-based index. Returns
true if the cursor position was set successfully.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- index
- Type: System Int32
[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefXmlReader.MoveToAttribute(System.Int32)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefXmlReader.MoveToAttribute(System.Int32)"]
See Also