Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
bool | Advance () |
bool | Recurse () |
bool | ToParent () |
void | Close () |
bool | MoveToFirstAttribute () |
bool | MoveToNextAttribute () |
bool | MoveToFirstNamespace () |
bool | MoveToNextNamespace () |
NavigatorInput (XPathNavigator navigator, string baseUri, InputScope rootScope) | |
NavigatorInput (XPathNavigator navigator) | |
Properties | |
NavigatorInput | Next [get, set] |
string | Href [get] |
KeywordsTable | Atoms [get] |
XPathNavigator | Navigator [get] |
InputScopeManager | InputScopeManager [get] |
int | LineNumber [get] |
int | LinePosition [get] |
XPathNodeType | NodeType [get] |
string | Name [get] |
string | LocalName [get] |
string | NamespaceURI [get] |
string | Prefix [get] |
string | Value [get] |
bool | IsEmptyTag [get] |
string | BaseURI [get] |
Private Attributes | |
XPathNavigator | _Navigator |
PositionInfo | _PositionInfo |
readonly InputScopeManager | _Manager |
NavigatorInput | _Next |
readonly string | _Href |
readonly KeywordsTable | _Atoms |
Definition at line 6 of file NavigatorInput.cs.