|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for MS.Internal.Xml.Cache.XPathDocumentNavigator:
Collaboration diagram for MS.Internal.Xml.Cache.XPathDocumentNavigator:Public Member Functions | |
| XPathDocumentNavigator (XPathNode[] pageCurrent, int idxCurrent, XPathNode[] pageParent, int idxParent) | |
| override XPathNavigator | Clone () |
| override bool | MoveToFirstNamespace (XPathNamespaceScope namespaceScope) |
| override bool | MoveToNextNamespace (XPathNamespaceScope scope) |
| override bool | MoveToParent () |
| override bool | IsSamePosition (XPathNavigator other) |
| int | GetPositionHashCode () |
| override string | ToString () |
| override object | ValueAs (Type returnType, IXmlNamespaceResolver nsResolver) |
| virtual object | ValueAs (Type returnType) |
| virtual string | LookupNamespace (string prefix) |
| virtual string | LookupPrefix (string namespaceURI) |
| virtual bool | MoveToNamespace (string name) |
Static Package Functions | |
| static bool | IsText (XPathNodeType type) |
Static Package Attributes | |
| static readonly XPathNavigatorKeyComparer | comparer |
| static readonly char[] | NodeTypeLetter |
| static readonly char[] | UniqueIdTbl |
| static readonly int[] | ContentKindMasks |
Properties | |
| override string | Value [get, set] |
| override XPathNodeType | NodeType [get, set] |
| override string | LocalName [get, set] |
| override string | NamespaceURI [get, set] |
| override string | Prefix [get, set] |
| override XmlNameTable | NameTable [get, set] |
| override object | UnderlyingObject [get, set] |
| override XmlSchemaType | XmlType [get, set] |
| override object | TypedValue [get, set] |
| override Type | ValueType [get, set] |
| override bool | ValueAsBoolean [get, set] |
| override DateTime | ValueAsDateTime [get, set] |
| override double | ValueAsDouble [get, set] |
| override int | ValueAsInt [get, set] |
| override long | ValueAsLong [get, set] |
| virtual IXmlSchemaInfo | SchemaInfo [get, set] |
Private Attributes | |
| XPathNode[] | _pageCurrent |
| XPathNode[] | _pageParent |
| int | _idxCurrent |
| int | _idxParent |
Definition at line 11 of file XPathDocumentNavigator.cs.