| CefXmlReaderMoveToAttribute Method (Int32) | 
 
            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: 
   Internal.Xilium.CefGlue
    Assembly:
   NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
 Syntax
Syntaxpublic bool MoveToAttribute(
	int index
)
Parameters
- index
- Type: SystemInt32
 
Return Value
Type: 
Boolean See Also
See Also