Method |
Description |
|
CommitWriter ( ) : void |
Pops the last Writer off the stack and uses the current Writer. |
|
CopyElementChildren ( string elementName, bool>.Func earlyExit = null, Func processElements = null ) : Task |
|
|
DefaultEarlyExit ( RenderState st ) : bool |
|
|
DefaultProcessElements ( RenderState st ) : Task> |
|
|
Error ( string message ) : void |
|
|
ErrorSuppressComment ( string message ) : void |
|
|
ProcessCMSInstruction ( string elementName, RenderState state ) : Task |
|
|
PushWriter ( ) : void |
Pushes off the current Writer to the stack and creates a new Writer based on the current Writer. |
|
Render ( ) : Task> |
|
|
RenderState ( ContentEngine engine, IVO.Definition.Models.TreePathStreamedBlob item, XmlTextReader readFrom = null, StringBuilder writeTo = null, bool>.Func earlyExit = null, Func processElements = null, RenderState previous = null ) : System |
|
|
RenderState ( RenderState copy, IVO.Definition.Models.TreePathStreamedBlob item = null ) : System |
|
|
RollbackWriter ( ) : void |
Rolls back the current Writer to the last saved one. |
|
SkipElementAndChildren ( string elementName ) : void |
|
|
StreamContent ( bool>.Func earlyExit = null, Func processElements = null ) : Task |
Streaming copy from XmlTextReader and writing out to StringBuilder with event hooks for custom processing. |
|
Warning ( string message ) : void |
|
|
WarningSuppressComment ( string message ) : void |
|
|