|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| XPathNodeInfoAtom (XPathNodePageInfo pageInfo) | |
| XPathNodeInfoAtom (string localName, string namespaceUri, string prefix, string baseUri, XPathNode[] pageParent, XPathNode[] pageSibling, XPathNode[] pageSimilar, XPathDocument doc, int lineNumBase, int linePosBase) | |
| void | Init (string localName, string namespaceUri, string prefix, string baseUri, XPathNode[] pageParent, XPathNode[] pageSibling, XPathNode[] pageSimilar, XPathDocument doc, int lineNumBase, int linePosBase) |
| override int | GetHashCode () |
| override bool | Equals ([NotNullWhen(true)] object other) |
| bool | Equals (XPathNodeInfoAtom other) |
| override string | ToString () |
| bool | Equals (T? other) |
Properties | |
| XPathNodePageInfo | PageInfo [get] |
| string | LocalName [get] |
| string | NamespaceUri [get] |
| string | Prefix [get] |
| string | BaseUri [get] |
| XPathNode[] | SiblingPage [get] |
| XPathNode[] | SimilarElementPage [get] |
| XPathNode[] | ParentPage [get] |
| XPathDocument | Document [get] |
| int | LineNumberBase [get] |
| int | LinePositionBase [get] |
| int | LocalNameHashCode [get] |
| XPathNodeInfoAtom | Next [get, set] |
Private Attributes | |
| string | _localName |
| string | _namespaceUri |
| string | _prefix |
| string | _baseUri |
| XPathNode[] | _pageParent |
| XPathNode[] | _pageSibling |
| XPathNode[] | _pageSimilar |
| XPathDocument | _doc |
| int | _lineNumBase |
| int | _linePosBase |
| int | _hashCode |
| int | _localNameHash |
| XPathNodeInfoAtom | _next |
| XPathNodePageInfo | _pageInfo |
Definition at line 8 of file XPathNodeInfoAtom.cs.