 | XmlReader.ReadSubtree Method |
Returns a new XmlReader instance that can be used to read the current node,
and all its descendants.
Namespace: Crestron.SimplSharp.CrestronXmlAssembly: SimplSharpHelperInterface (in SimplSharpHelperInterface.dll)
Syntaxpublic virtual XmlReader ReadSubtree()
Return Value
Type:
XmlReader A new XmlReader instance set to ReadState.Initial. A call to the Crestron.Xml.XmlReader.Read()
method positions the new XmlReader on the node that was current before the
call to ReadSubtree method.
ExceptionsException | Condition |
---|
InvalidOperationException | The XmlReader is not positioned on an element when this method is called. |
See Also