CefXmlReader MoveToAttribute Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodMoveToAttribute(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.
Public methodMoveToAttribute(String)
Moves the cursor to the attribute with the specified qualified name. Returns true if the cursor position was set successfully.
Public methodMoveToAttribute(String, String)
Moves the cursor to the attribute with the specified local name and namespace URI. Returns true if the cursor position was set successfully.
Back to Top
See Also