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

◆ PrepareOwnerElementInElementIdAttrMap()

bool System.Xml.XmlAttribute.PrepareOwnerElementInElementIdAttrMap ( )
inlinepackageinherited

Definition at line 202 of file XmlAttribute.cs.

203 {
204 XmlDocument ownerDocument = OwnerDocument;
205 if (ownerDocument.DtdSchemaInfo != null)
206 {
207 XmlElement ownerElement = OwnerElement;
208 if (ownerElement != null)
209 {
211 }
212 }
213 return false;
214 }
bool PrepareParentInElementIdAttrMap(string attrPrefix, string attrLocalName)
virtual ? XmlElement OwnerElement
override string LocalName
override XmlDocument OwnerDocument
override string Prefix
override XmlAttributeCollection Attributes
Definition XmlElement.cs:93

References System.Xml.XmlElement.Attributes, System.Xml.Dictionary, System.Xml.XmlAttribute.LocalName, System.Xml.XmlAttribute.OwnerDocument, System.Xml.XmlAttribute.OwnerElement, System.Xml.XmlAttribute.Prefix, and System.Xml.XmlAttributeCollection.PrepareParentInElementIdAttrMap().

Referenced by System.Xml.XmlAttribute.AppendChild(), System.Xml.XmlAttribute.InsertAfter(), System.Xml.XmlAttribute.InsertBefore(), System.Xml.XmlAttribute.PrependChild(), System.Xml.XmlAttribute.RemoveChild(), and System.Xml.XmlAttribute.ReplaceChild().