Click or drag to resize
XmlReaderIsStartElement Method
Overload List
  NameDescription
Public methodIsStartElement
Calls MoveToContent and tests if the current content node is a start tag or empty element tag.
Public methodIsStartElement(String)
Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the Name property of the element found matches the given argument.
Public methodIsStartElement(String, String)
Calls MoveToContent and tests if the current content node is a start tag or empty element tag and if the LocalName and NamespaceURI properties of the element found match the given strings.
Top
See Also