Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetIDInfoByElement_()

XmlName System.Xml.XmlDocument.GetIDInfoByElement_ ( XmlName eleName)
inlineprivate

Definition at line 523 of file XmlDocument.cs.

524 {
525 XmlName xmlName = GetXmlName(eleName.Prefix, eleName.LocalName, string.Empty, null);
526 if (xmlName != null)
527 {
528 return (XmlName)_htElementIDAttrDecl[xmlName];
529 }
530 return null;
531 }
Hashtable _htElementIDAttrDecl
XmlName GetXmlName(string prefix, string localName, string namespaceURI, IXmlSchemaInfo schemaInfo)

References System.Xml.XmlDocument._htElementIDAttrDecl, System.Xml.Dictionary, and System.Xml.XmlDocument.GetXmlName().

Referenced by System.Xml.XmlDocument.GetIDInfoByElement().