Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IXsltContextVariable | ResolveVariable (string prefix, string name) |
IXsltContextFunction | ResolveFunction (string prefix, string name, XPathResultType[] ArgTypes) |
bool | PreserveWhitespace (XPathNavigator node) |
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 | LookupNamespace (string prefix) |
virtual ? string | LookupPrefix (string uri) |
virtual bool | HasNamespace (string prefix) |
Protected Member Functions | |
XsltContext (NameTable table) | |
XsltContext () | |
Package Functions | |
XsltContext (bool dummy) | |
bool | GetNamespaceDeclaration (int idx, [NotNullWhen(true)] out string prefix, out string uri) |
Properties | |
bool | Whitespace [get] |
virtual ? XmlNameTable | NameTable [get] |
virtual string | DefaultNamespace [get] |
Private Member Functions | |
int | LookupNamespaceDecl (string prefix) |
Private Attributes | |
NamespaceDeclaration[] | _nsdecls |
int | _lastDecl |
readonly XmlNameTable | _nameTable |
int | _scopeId |
Dictionary< string, int > | _hashTable |
bool | _useHashtable |
readonly string | _xml |
readonly string | _xmlNs |
Definition at line 5 of file XsltContext.cs.