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

◆ SetSibling()

void MS.Internal.Xml.Cache.XPathNode.SetSibling ( XPathNodeInfoTable infoTable,
XPathNode[] pageSibling,
int idxSibling )
inline

Definition at line 214 of file XPathNode.cs.

215 {
216 _idxSibling = (ushort)idxSibling;
217 if (pageSibling != _info.SiblingPage)
218 {
220 }
221 }
XPathNodeInfoAtom _info
Definition XPathNode.cs:7

References MS.Internal.Xml.Cache.XPathNode._idxSibling, 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.

Referenced by MS.Internal.Xml.Cache.XPathDocumentBuilder.AddSibling().