Terraria v1.4.4.9
Terraria source code documentation
|
Package Attributes | |
XmlBoundElement | _parentOfNS |
Static Package Attributes | |
static readonly int[] | s_xmlNodeType_To_XpathNodeType_Map = CreateXmlNodeTypeToXpathNodeTypeMap() |
Properties | |
bool | IsEmptyElement [get] |
XPathNodeType | NodeType [get] |
string | LocalName [get] |
string | Name [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
string | Value [get] |
string | InnerText [get] |
string | BaseURI [get] |
string | XmlLang [get] |
DataRow | Row [get] |
int | AttributeCount [get] |
bool | HasChildren [get] |
XmlNode | Node [get] |
XmlDataDocument | Document [get] |
Static Private Member Functions | |
static int[] | CreateXmlNodeTypeToXpathNodeTypeMap () |
static XmlNode | GetRoot (XmlNode node, ref int depth) |
Private Attributes | |
readonly WeakReference | _owner |
readonly XmlDataDocument | _doc |
XmlNode | _node |
DataColumn | _column |
bool | _fOnValue |
bool | _bNeedFoliate |
Definition at line 7 of file XPathNodePointer.cs.