Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
XmlNode | GetNextNode (XmlNode n) |
override XmlNode | Item (int index) |
override IEnumerator | GetEnumerator () |
Protected Member Functions | |
override void | PrivateDisposeNodeList () |
Package Functions | |
void | ConcurrencyCheck (XmlNodeChangedEventArgs args) |
XmlElementList (XmlNode parent, string name) | |
XmlElementList (XmlNode parent, string localName, string namespaceURI) | |
Properties | |
int | ChangeCount [get] |
override int | Count [get] |
virtual ? XmlNode | this[int i] [get] |
Private Member Functions | |
XmlElementList (XmlNode parent) | |
~XmlElementList () | |
XmlNode | NextElemInPreOrder (XmlNode curNode) |
XmlNode | PrevElemInPreOrder (XmlNode curNode) |
bool | IsMatch (XmlNode curNode) |
XmlNode | GetMatchingNode (XmlNode n, bool bNext) |
XmlNode | GetNthMatchingNode (XmlNode n, bool bNext, int nCount) |
void | Dispose (bool disposing) |
Private Attributes | |
readonly string | _asterisk |
int | _changeCount |
readonly string | _name |
string | _localName |
string | _namespaceURI |
readonly XmlNode | _rootNode |
int | _curInd |
XmlNode | _curElem |
bool | _empty |
bool | _atomized |
int | _matchCount |
WeakReference< XmlElementListListener > | _listener |
Definition at line 5 of file XmlElementList.cs.