ReadToFollowing()
Contents
[
Hide
]XmlReader::ReadToFollowing(String) method
Reads until an element with the specified qualified name is found.
virtual bool System::Xml::XmlReader::ReadToFollowing(String name)
Arguments
Parameter | Type | Description |
---|---|---|
name | String | The qualified name of the element. |
Return Value
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
XmlReader::ReadToFollowing(String, String) method
Reads until an element with the specified local name and namespace URI is found.
virtual bool System::Xml::XmlReader::ReadToFollowing(String localName, String namespaceURI)
Arguments
Parameter | Type | Description |
---|---|---|
localName | String | The local name of the element. |
namespaceURI | String | The namespace URI of the element. |
Return Value
true if a matching element is found; otherwise false and the XmlReader is in an end of file state.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Slides