Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
Asttree (string xPath, bool isField, XmlNamespaceManager nsmgr) | |
void | CompileXPath (string xPath, bool isField, XmlNamespaceManager nsmgr) |
Static Package Functions | |
static bool | IsAttribute (Axis ast) |
static bool | IsSelf (Axis ast) |
Properties | |
ArrayList | SubtreeArray [get] |
Private Member Functions | |
void | SetURN (Axis axis, XmlNamespaceManager nsmgr) |
Static Private Member Functions | |
static bool | IsNameTest (Axis ast) |
static bool | IsDescendantOrSelf (Axis ast) |
Private Attributes | |
ArrayList | _fAxisArray |
readonly string | _xpathexpr |
readonly bool | _isField |
readonly XmlNamespaceManager | _nsmgr |
Definition at line 7 of file Asttree.cs.