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

◆ PrepareParentInElementIdAttrMap()

bool System.Xml.XmlAttributeCollection.PrepareParentInElementIdAttrMap ( string attrPrefix,
string attrLocalName )
inlinepackage

Definition at line 333 of file XmlAttributeCollection.cs.

334 {
335 XmlElement xmlElement = parent as XmlElement;
336 XmlDocument ownerDocument = parent.OwnerDocument;
338 if (iDInfoByElement != null && iDInfoByElement.Prefix == attrPrefix && iDInfoByElement.LocalName == attrLocalName)
339 {
340 return true;
341 }
342 return false;
343 }
XmlName GetIDInfoByElement(XmlName eleName)
virtual ? XmlDocument OwnerDocument
Definition XmlNode.cs:109

References System.Xml.Dictionary, System.Xml.XmlNode.OwnerDocument, and System.Xml.XmlNamedNodeMap.parent.

Referenced by System.Xml.XmlAttribute.PrepareOwnerElementInElementIdAttrMap().