CefXmlReader MoveToAttribute Method (Int32)Xilium.CefGlue

[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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool MoveToAttribute(
	int index
)

Parameters

index
Type: OnlineSystem Int32

[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefXmlReader.MoveToAttribute(System.Int32)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefXmlReader.MoveToAttribute(System.Int32)"]

See Also