|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| UndefinedXsltContext (IXmlNamespaceResolver nsResolver) | |
| override string | LookupNamespace (string prefix) |
| override IXsltContextVariable | ResolveVariable (string prefix, string name) |
| override IXsltContextFunction | ResolveFunction (string prefix, string name, XPathResultType[] ArgTypes) |
| override bool | PreserveWhitespace (XPathNavigator node) |
| override int | CompareDocument (string baseUri, string nextbaseUri) |
| virtual void | PushScope () |
| virtual bool | PopScope () |
| virtual void | AddNamespace (string prefix, string uri) |
| virtual void | RemoveNamespace (string prefix, string uri) |
| virtual IEnumerator | GetEnumerator () |
| virtual IDictionary< string, string > | GetNamespacesInScope (XmlNamespaceScope scope) |
| virtual ? string | LookupPrefix (string uri) |
| virtual bool | HasNamespace (string prefix) |
Package Functions | |
| bool | GetNamespaceDeclaration (int idx, [NotNullWhen(true)] out string prefix, out string uri) |
Properties | |
| override string | DefaultNamespace [get] |
| override bool | Whitespace [get] |
| virtual ? XmlNameTable | NameTable [get] |
Private Member Functions | |
| int | LookupNamespaceDecl (string prefix) |
Private Attributes | |
| readonly IXmlNamespaceResolver | _nsResolver |
| NamespaceDeclaration[] | _nsdecls |
| int | _lastDecl |
| readonly XmlNameTable | _nameTable |
| int | _scopeId |
| Dictionary< string, int > | _hashTable |
| bool | _useHashtable |
| readonly string | _xml |
| readonly string | _xmlNs |
Definition at line 11 of file CompiledXpathExpr.cs.