Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | ErrorXPathExpression |
Public Attributes | |
bool | AllowBuiltInMode |
Static Public Attributes | |
static XmlQualifiedName | BuiltInMode = new XmlQualifiedName("*", string.Empty) |
Static Package Functions | |
static XPathDocument | LoadDocument (XmlTextReaderImpl reader) |
Package Attributes | |
StringBuilder | AvtStringBuilder = new StringBuilder() |
Stylesheet | stylesheet |
Stylesheet | rootStylesheet |
Properties | |
KeywordsTable | Atoms [get] |
int | Stylesheetid [get, set] |
NavigatorInput | Document [get] |
NavigatorInput | Input [get] |
Stylesheet | CompiledStylesheet [get] |
RootAction | RootAction [get, set] |
List< TheQuery > | QueryStore [get] |
bool | ForwardCompatibility [get, set] |
bool | CanHaveApplyImports [get, set] |
string | DefaultNamespace [get] |
XmlQualifiedName | CurrentMode [get] |
Private Member Functions | |
string[] | ResolvePrefixes (string tokens) |
void | AddDocumentURI (string href) |
void | RemoveDocumentURI (string href) |
Static Private Member Functions | |
static void | ValidateExtensionNamespace (string nsUri) |
static void | getTextLex (string avt, ref int start, StringBuilder lex) |
static void | getXPathLex (string avt, ref int start, StringBuilder lex) |
static bool | GetNextAvtLex (string avt, ref int start, StringBuilder lex, out bool isAvt) |
Private Attributes | |
int | _stylesheetid |
InputScope | _rootScope |
XmlResolver | _xmlResolver |
TemplateBaseAction | _currentTemplate |
XmlQualifiedName | _currentMode |
Hashtable | _globalNamespaceAliasTable |
Stack< Stylesheet > | _stylesheets |
readonly HybridDictionary | _documentURIs = new HybridDictionary() |
NavigatorInput | _input |
KeywordsTable | _atoms |
InputScopeManager | _scopeManager |
RootAction | _rootAction |
List< TheQuery > | _queryStore |
readonly QueryBuilder | _queryBuilder = new QueryBuilder() |
int | _rtfCount |
readonly Hashtable[] | _typeDeclsByLang |
Definition at line 14 of file Compiler.cs.