XmlReaderReadToFollowing Method (String) |
Reads until an element with the specified qualified name is found.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public virtual bool ReadToFollowing(
string name
)
Parameters
- name
- Type: SystemString
The qualified name of the element.
Return Value
Type:
Booleantrue if a matching element is found; otherwise false and the
XmlReader is in an end of file state.
See Also