|
XPathNavigator | GetNavigator (Uri ruri) |
|
void | AddSort (Sort sortinfo) |
|
void | InitSortArray () |
|
object | GetGlobalParameter (XmlQualifiedName qname) |
|
object | GetExtensionObject (string nsUri) |
|
object | GetScriptObject (string nsUri) |
|
StringBuilder | GetSharedStringBuilder () |
|
void | ReleaseSharedStringBuilder () |
|
void | Execute () |
|
ActionFrame | PushNewFrame () |
|
void | PushActionFrame (Action action, XPathNodeIterator nodeSet) |
|
void | PushActionFrame (ActionFrame container) |
|
void | PushActionFrame (ActionFrame container, XPathNodeIterator nodeSet) |
|
void | PushTemplateLookup (XPathNodeIterator nodeSet, XmlQualifiedName mode, Stylesheet importsOf) |
|
string | GetQueryExpression (int key) |
|
Query | GetCompiledQuery (int key) |
|
Query | GetValueQuery (int key) |
|
Query | GetValueQuery (int key, XsltCompileContext context) |
|
string | ValueOf (ActionFrame context, int key) |
|
string | ValueOf (XPathNavigator n) |
|
XPathNodeIterator | StartQuery (XPathNodeIterator context, int key) |
|
object | Evaluate (ActionFrame context, int key) |
|
object | RunQuery (ActionFrame context, int key) |
|
string | EvaluateString (ActionFrame context, int key) |
|
bool | EvaluateBoolean (ActionFrame context, int key) |
|
bool | Matches (XPathNavigator context, int key) |
|
void | ResetOutput () |
|
bool | BeginEvent (XPathNodeType nodeType, string prefix, string name, string nspace, bool empty) |
|
bool | BeginEvent (XPathNodeType nodeType, string prefix, string name, string nspace, bool empty, object htmlProps, bool search) |
|
bool | TextEvent (string text) |
|
bool | TextEvent (string text, bool disableOutputEscaping) |
|
bool | EndEvent (XPathNodeType nodeType) |
|
bool | CopyBeginEvent (XPathNavigator node, bool emptyflag) |
|
bool | CopyTextEvent (XPathNavigator node) |
|
bool | CopyEndEvent (XPathNavigator node) |
|
void | PushOutput (IRecordOutput output) |
|
IRecordOutput | PopOutput () |
|
bool | SetDefaultOutput (XsltOutput.OutputMethod method) |
|
object | GetVariableValue (VariableAction variable) |
|
void | SetParameter (XmlQualifiedName name, object value) |
|
void | ResetParams () |
|
object | GetParameter (XmlQualifiedName name) |
|
void | PopDebuggerStack () |
|
XmlQualifiedName | GetPreviousMode () |
|
void | SetCurrentMode (XmlQualifiedName mode) |
|
Definition at line 13 of file Processor.cs.