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

◆ SetSimilarElement()

void MS.Internal.Xml.Cache.XPathNode.SetSimilarElement ( XPathNodeInfoTable infoTable,
XPathNode[] pageSimilar,
int idxSimilar )
inline

Definition at line 223 of file XPathNode.cs.

224 {
225 _idxSimilar = (ushort)idxSimilar;
226 if (pageSimilar != _info.SimilarElementPage)
227 {
229 }
230 }
XPathNodeInfoAtom _info
Definition XPathNode.cs:7

References MS.Internal.Xml.Cache.XPathNode._idxSimilar, MS.Internal.Xml.Cache.XPathNode._info, MS.Internal.Xml.Cache.XPathNodeInfoAtom.BaseUri, MS.Internal.Xml.Cache.XPathNodeInfoTable.Create(), MS.Internal.Xml.Cache.XPathNodeInfoAtom.Document, MS.Internal.Xml.Cache.XPathNodeInfoAtom.LineNumberBase, MS.Internal.Xml.Cache.XPathNodeInfoAtom.LinePositionBase, MS.Internal.Xml.Cache.XPathNodeInfoAtom.LocalName, MS.Internal.Xml.Cache.XPathNodeInfoAtom.NamespaceUri, MS.Internal.Xml.Cache.XPathNodeInfoAtom.ParentPage, MS.Internal.Xml.Cache.XPathNodeInfoAtom.Prefix, MS.Internal.Xml.Cache.XPathNodeInfoAtom.SiblingPage, and MS.Internal.Xml.Cache.XPathNodeInfoAtom.SimilarElementPage.