Noemax FastInfoset.NET
ReadStartElement Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : ReadStartElement Method






Checks that the current node is the element with specified local name and namespace and advances the reader to the next node.

Overload List

OverloadDescription
ReadStartElement(String,String) Checks that the current node is the element with specified local name and namespace and advances the reader to the next node.  
ReadStartElement(String) Checks that the current node is the element with specified qualified name and advances the reader to the next node.  
ReadStartElement() Checks that the current node is an element and advances the reader to the next node.  

See Also