GetElementsByTagName Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Xml Namespace
XmlDocument Class
XmlDocument Methods
GetElementsByTagName Method ...
GetElementsByTagName Method (S ...
GetElementsByTagName Method (S ...
XmlDocument Methods
CloneNode Method
CreateAttribute Method
CreateCDataSection Method
CreateComment Method
CreateDefaultAttribute Method
CreateDocumentFragment Method
CreateDocumentType Method
CreateElement Method
CreateEntityReference Method
CreateNavigator Method
CreateNode Method
CreateProcessingInstruction Me ...
CreateSignificantWhitespace Me ...
CreateTextNode Method
CreateWhitespace Method
CreateXmlDeclaration Method
GetElementById Method
GetElementsByTagName Method
ImportNode Method
Load Method
LoadXml Method
ReadNode Method
Save Method
SelectNodes Method
SelectSingleNode Method
Validate Method
WriteContentTo Method
WriteTo Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
XmlDocument
.
.
::
.
GetElementsByTagName Method
Returns an
XmlNodeList
containing a list of all descendant elements that match the specified name.
Overload List
Name
Description
GetElementsByTagName(String)
Returns an
XmlNodeList
containing a list of all descendant elements that match the specified
Name
.
GetElementsByTagName(String, String)
Returns an
XmlNodeList
containing a list of all descendant elements that match the specified
LocalName
and
NamespaceURI
.
Top
See Also
Reference
XmlDocument Class
XmlDocument Members
System.Xml Namespace
Tags :