Click or drag to resize
XmlReaderReadToFollowing Method (String, String)
Reads until an element with the specified local name and namespace URI is found.

Namespace: System.Xml
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public virtual bool ReadToFollowing(
	string localName,
	string namespaceURI
)

Parameters

localName
Type: SystemString
The local name of the element.
namespaceURI
Type: SystemString
The namespace URI of the element.

Return Value

Type: Boolean
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
See Also