C# Class System.Xml.Xsl.XsltOld.Processor

Inheritance: IXsltProcessor
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
permissions PermissionSet

Private Properties

Property Type Description
AddSort void
BeginEvent bool
BeginEvent bool
CopyBeginEvent bool
CopyEndEvent bool
CopyTextEvent bool
ElementValueWithoutWS void
EndEvent bool
Evaluate object
EvaluateBoolean bool
EvaluateString string
Execute void
GetCompiledQuery Query
GetExtensionObject object
GetGlobalParameter object
GetMatchesContext XsltCompileContext
GetNavigator XPathNavigator
GetParameter object
GetPrevioseMode XmlQualifiedName
GetQueryExpression string
GetScriptObject object
GetSharedStringBuilder StringBuilder
GetValueOfContext XsltCompileContext
GetValueQuery Query
GetValueQuery Query
GetVariableValue object
IXsltProcessor IStackFrame
InitSortArray void
IsRoot bool
Matches bool
OnInstructionExecute void
PopDebuggerStack void
PopOutput RecordOutput
PushActionFrame void
PushActionFrame void
PushActionFrame void
PushDebuggerStack void
PushNewFrame ActionFrame
PushOutput void
PushTemplateLookup void
RecycleMatchesContext void
RecycleValueOfContext void
ReleaseSharedStringBuilder void
ResetOutput void
ResetParams void
RunQuery object
SetCurrentMode void
SetDefaultOutput bool
SetParameter void
StartQuery XPathNodeIterator
TextEvent bool
TextEvent bool
ValueOf String
ValueOf String

Public Methods

Method Description
Execute ( Stream stream ) : void
Execute ( TextWriter writer ) : void
Execute ( XmlWriter writer ) : void
Processor ( XPathNavigator doc, XsltArgumentList args, XmlResolver resolver, Stylesheet stylesheet, List queryStore, RootAction rootAction, IXsltDebugger debugger ) : System.Globalization
StartReader ( ) : ReaderOutput

Private Methods

Method Description
AddSort ( Sort sortinfo ) : void
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
CopyBeginEvent ( XPathNavigator node, bool emptyflag ) : bool
CopyEndEvent ( XPathNavigator node ) : bool
CopyTextEvent ( XPathNavigator node ) : bool
ElementValueWithoutWS ( XPathNavigator nav, StringBuilder builder ) : void
EndEvent ( XPathNodeType nodeType ) : bool
Evaluate ( ActionFrame context, int key ) : object
EvaluateBoolean ( ActionFrame context, int key ) : bool
EvaluateString ( ActionFrame context, int key ) : string
Execute ( ) : void
GetCompiledQuery ( int key ) : Query
GetExtensionObject ( string nsUri ) : object
GetGlobalParameter ( XmlQualifiedName qname ) : object
GetMatchesContext ( ) : XsltCompileContext
GetNavigator ( Uri ruri ) : XPathNavigator
GetParameter ( XmlQualifiedName name ) : object
GetPrevioseMode ( ) : XmlQualifiedName
GetQueryExpression ( int key ) : string
GetScriptObject ( string nsUri ) : object
GetSharedStringBuilder ( ) : StringBuilder
GetValueOfContext ( ) : XsltCompileContext
GetValueQuery ( int key ) : Query
GetValueQuery ( int key, XsltCompileContext context ) : Query
GetVariableValue ( VariableAction variable ) : object
IXsltProcessor ( int depth ) : IStackFrame
InitSortArray ( ) : void
IsRoot ( XPathNavigator navigator ) : bool
Matches ( XPathNavigator context, int key ) : bool
OnInstructionExecute ( ) : void
PopDebuggerStack ( ) : void
PopOutput ( ) : RecordOutput
PushActionFrame ( Action action, XPathNodeIterator nodeSet ) : void
PushActionFrame ( ActionFrame container ) : void
PushActionFrame ( ActionFrame container, XPathNodeIterator nodeSet ) : void
PushDebuggerStack ( ) : void
PushNewFrame ( ) : ActionFrame
PushOutput ( RecordOutput output ) : void
PushTemplateLookup ( XPathNodeIterator nodeSet, XmlQualifiedName mode, Stylesheet importsOf ) : void
RecycleMatchesContext ( ) : void
RecycleValueOfContext ( ) : void
ReleaseSharedStringBuilder ( ) : void
ResetOutput ( ) : void
ResetParams ( ) : void
RunQuery ( ActionFrame context, int key ) : object
SetCurrentMode ( XmlQualifiedName mode ) : void
SetDefaultOutput ( XsltOutput method ) : bool
SetParameter ( XmlQualifiedName name, object value ) : void
StartQuery ( XPathNodeIterator context, int key ) : XPathNodeIterator
TextEvent ( string text ) : bool
TextEvent ( string text, bool disableOutputEscaping ) : bool
ValueOf ( ActionFrame context, int key ) : String
ValueOf ( XPathNavigator n ) : String

Method Details

Execute() public method

public Execute ( Stream stream ) : void
stream Stream
return void

Execute() public method

public Execute ( TextWriter writer ) : void
writer TextWriter
return void

Execute() public method

public Execute ( XmlWriter writer ) : void
writer XmlWriter
return void

Processor() public method

public Processor ( XPathNavigator doc, XsltArgumentList args, XmlResolver resolver, Stylesheet stylesheet, List queryStore, RootAction rootAction, IXsltDebugger debugger ) : System.Globalization
doc XPathNavigator
args XsltArgumentList
resolver XmlResolver
stylesheet Stylesheet
queryStore List
rootAction RootAction
debugger IXsltDebugger
return System.Globalization

StartReader() public method

public StartReader ( ) : ReaderOutput
return ReaderOutput

Property Details

permissions public_oe property

public PermissionSet permissions
return PermissionSet