CCSF.Zpt.Tal.AttributeHandlingResult | Represents the response from IAttributeHandler.Handle(IRenderingContext). |
►CConfigurationElement | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.AssemblyReferenceConfigurationElement | Assembly reference configuration element. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.NamespaceConfigurationElement | Namespace configuration element. |
CCSF.Zpt.Plugin | Configuration type representing a single plugin assembly. |
►CConfigurationElementCollection | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.AssemblyReferenceConfigurationCollection | Assembly reference configuration collection. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.NamespaceConfigurationCollection | Namespace configuration collection. |
CCSF.Zpt.PluginAssemblyCollection | Configuration type which represents the collection of plugin assemblies. |
►CConfigurationSection | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionConfigurationSection | Configuration section for CSharp expressions. |
CCSF.Zpt.MVC.ZptViewEngineConfigurationSection | |
CCSF.Zpt.PluginConfigurationSection | Implementation of IPluginConfiguration using a System.Configuration.ConfigurationSection . |
CCSF.Zpt.Rendering.ElementExtensions | Extension methods for the IZptElement type and its subtypes. |
►CException | |
►CCSF.Zpt.BatchRendering.BatchRenderingException | Exception raised when batch rendering fails for an unexpected reason. |
CCSF.Zpt.BatchRendering.InvalidBatchRenderingOptionsException | Exception raised when a constructed instance of IBatchRenderingOptions is invalid. |
CCSF.Zpt.Rendering.CouldNotCreateContextVisitorException | Exception raised when the construction of an IContextVisitor fails. |
CCSF.Zpt.Rendering.CouldNotCreateRenderingContextFactoryException | Exception raised when the construction of an IRenderingContextFactory fails. |
►CCSF.Zpt.ZptException | Base exception type for all non-assertion type exceptions which could be raised by Zpt-Sharp. |
CCSF.Zpt.ExpressionEvaluators.LoadExpressions.UnsupportedDocumentTypeException | Exception raised when an unsupported document type is used with a 'load:' expression. |
►CCSF.Zpt.Rendering.RenderingException | Represents an exception raised whilst rendering a ZPT document. |
CCSF.Zpt.Metal.MacroNotFoundException | Exception raised when a requested METAL macro is not found. |
►CCSF.Zpt.Rendering.ModelEvaluationException | Represents an exception which is raised whilst evaluating an expression within a IModel. |
►CCSF.Zpt.Tales.InvalidExpressionException | Exception raised when a TALES expression is invalid. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpExpressionException | Exception raised when there is an issue evaluating a CSharp expression. |
CCSF.Zpt.Tal.ParserException | Exception raised when the parsing of a TAL-enabled document fails. |
CCSF.Zpt.Tales.TraversalException | Represents an exception whilst traversing a TALES path. |
CCSF.Zpt.Tales.Expression | Represents a TALES expression. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionHostBuilderBase | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionHostBuilder | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionModel | Represents information about a CSharp expression. |
CCSF.Zpt.Rendering.ExpressionResult | Represents the result of evaluating a TALES expression. |
CCSF.Zpt.DocumentProviders.HtmlAgilityPackConfigurator | A type which performs configuration upon the HTML Agility Pack (HAP) library, in order to fix a few quirks which make it troublesome when working with valid HTML. |
►CCSF.Zpt.Rendering.IActionCanceller | Interface for a type which may 'cancel an action'. The meaning of this is dependant upon the operation being performed, but generally it will mean that no change is made to an existing HTML structure. |
CCSF.Zpt.Rendering.CancellationToken | Simple type which indicates that the action should always be cancelled. |
►CCSF.Zpt.IAddOnAssemblyFinder | A service which gets the full paths for add-on assemblies, given a partial name for the assembly. |
CCSF.Zpt.DefaultAddOnAssemblyFinder | Default implementation of IAddOnAssemblyFinder which uses the path of the CSF.Zpt.dll assembly as the basis for search. |
►CCSF.Zpt.Tal.IAttributeHandler | Interface for a type which handles a single TAL attribute present upon a ZptElement, exposed by its IRenderingContext. |
CCSF.Zpt.Tal.AttributesAttributeHandler | Implementation of IAttributeHandler which handles a tal:attributes attribute. |
CCSF.Zpt.Tal.ConditionAttributeHandler | Implementation of IAttributeHandler which handles a tal:condition attribute. |
CCSF.Zpt.Tal.ContentOrReplaceAttributeHandler | Implementation of IAttributeHandler which handles either a tal:content or tal:replace attribute. |
CCSF.Zpt.Tal.DefineAttributeHandler | Implementation of IAttributeHandler which handles a tal:define attribute. |
CCSF.Zpt.Tal.OmitTagAttributeHandler | Implementation of IAttributeHandler which handles a tal:omit-tag attribute. |
CCSF.Zpt.Tal.OnErrorAttributeHandler | Implementation of IAttributeHandler which handles a tal:on-error attribute. |
CCSF.Zpt.Tal.RepeatAttributeHandler | Implementation of IAttributeHandler which handles a tal:repeat attribute. |
CCSF.Zpt.BatchRendering.IBatchOptionsInputHelper | Interface for a type which enables selection of the input options for IBatchRenderingOptions. |
CCSF.Zpt.BatchRendering.IBatchOptionsMultipleInputOutputHelper | Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate the potential for multiple documents. |
CCSF.Zpt.BatchRendering.IBatchOptionsSingleInputOutputHelper | Interface for a type which enables selection of the output options for IBatchRenderingOptions, when the input options indicate a single document. |
►CCSF.Zpt.BatchRendering.IBatchRenderer | Interface for a type which provides batch-rendering services, parsing and rendering potentially multiple documents in a single job. |
►CCSF.Zpt.BatchRendering.BatchRenderer | Default implementation of IBatchRenderer. |
CCSF.Zpt.BatchRendering.ErrorTolerantBatchRenderer | Implementation of BatchRenderer which catches exceptions raised when rendering documents and rolls the failures into the output. |
►CCSF.Zpt.BatchRendering.IBatchRenderingDocumentResponse | Represents the response for a single document within an IBatchRenderingResponse. |
CCSF.Zpt.BatchRendering.BatchRenderingDocumentResponse | Batch rendering document response. |
►CCSF.Zpt.BatchRendering.IBatchRenderingOptionsValidator | Interface for a service which renders IBatchRenderingOptions instances. |
CCSF.Zpt.BatchRendering.BatchRenderingOptionsValidator | Default implementation of IBatchRenderingOptionsValidator. |
►CCSF.Zpt.BatchRendering.IBatchRenderingResponse | Represents the response from a batch-rendering task. |
CCSF.Zpt.BatchRendering.BatchRenderingResponse | Represents the response from a batch-rendering operation. |
►CCSF.Zpt.SourceAnnotation.ICommentFormatter | Service which creates formatted source annotation comments. |
CCSF.Zpt.SourceAnnotation.CommentFormatter | Default implementation of ICommentFormatter. |
►CIComparable | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.ReferencedAssemblySpecification | Represents the specification for an assembly to be referenced by the expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.ReferencedAssemblySpecification | Represents the specification for an assembly to be referenced by the expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.UsingNamespaceSpecification | Represents the specification for a namespace imported into an expression, via a using directive. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.UsingNamespaceSpecification | Represents the specification for a namespace imported into an expression, via a using directive. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.VariableSpecification | Represents the specification for a variable to be included in an expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.VariableSpecification | Represents the specification for a variable to be included in an expression. |
►CCSF.Zpt.Rendering.IContextVisitor | Interface for a type which can visit a IRenderingContext instance. |
►CCSF.Zpt.Rendering.ContextVisitorBase | Abstract base logic for implementations of IContextVisitor. |
CCSF.Zpt.Metal.MetalVisitor | Implementation of IContextVisitor which performs METAL-related functionality. |
►CCSF.Zpt.Rendering.NoOpVisitor | Implementation of ContextVisitorBase that performs no operation. |
CCSF.Zpt.Metal.MetalTidyUpVisitor | Context visitor that tidies up METAL elements, removing any elements or attributes that should not be rendered. |
CCSF.Zpt.SourceAnnotation.SourceAnnotationVisitor | Implementation of IContextVisitor which adds source annotation comments to a document. |
CCSF.Zpt.SourceAnnotation.SourceInfoBurnInVisitor | Implementation of IContextVisitor which tells the IZptElement to burn its source information into the element attributes. |
CCSF.Zpt.SourceAnnotation.SourceInfoTidyUpVisitor | Context visitor that tidies up ZPT elements, removing any elements or attributes that should not be rendered. |
CCSF.Zpt.Tal.TalTidyUpVisitor | Context visitor that tidies up TAL elements, removing any elements or attributes that should not be rendered. |
CCSF.Zpt.Tal.TalVisitor | Implementation of IContextVisitor which performs TAL-related functionality. |
►CCSF.Zpt.Rendering.IContextVisitorFactory | Type which creates instances of IContextVisitor via reflection. |
CCSF.Zpt.Rendering.ContextVisitorFactory | Type which creates instances of IContextVisitor via reflection. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ICSharpExpressionFactory | Represents a factory instance capable of creating CSharpExpression instances. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpExpressionFactory | Default implementation of ICSharpExpressionFactory. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ICSharpExpressionService | Interface for a service which manages instances of CSharpExpression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpExpressionService | Default implementation of ICSharpExpressionService. |
►CIDisposable | |
►CCSF.Zpt.BatchRendering.IBatchRenderingOptions | Represents batch rendering options, indicating the inputs and outputs for a IBatchRenderer. |
CCSF.Zpt.BatchRendering.BatchRenderingOptions | Concrete implementation of IBatchRenderingOptions. |
►CCSF.Zpt.Rendering.IElementRenderer | Service which renders a single |
CCSF.Zpt.Rendering.ElementRenderer | Default implementation of IElementRenderer. |
►CIEnumerable | |
CCSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems | Implementation of NamedObjectWrapper which also implements IEnumerable<object> . |
►CIEquatable | |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpExpression | Represents a compiled CSharp expression, providing a gateway API/wrapper to the generated type. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.ExpressionSpecification | Immutable type representing the specification for a CSharp expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.ReferencedAssemblySpecification | Represents the specification for an assembly to be referenced by the expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.UsingNamespaceSpecification | Represents the specification for a namespace imported into an expression, via a using directive. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.VariableSpecification | Represents the specification for a variable to be included in an expression. |
►CCSF.Zpt.Rendering.ISourceInfo | Information about the source of an IZptDocument or IZptElement. |
CCSF.Zpt.Rendering.AbstractSourceInfo | Implementation of ISourceInfo representing an abstract string path. |
CCSF.Zpt.Rendering.SourceFileInfo | Provides information about the source file from which an ZptElement is derived. |
CCSF.Zpt.Rendering.UnknownSourceFileInfo | Null-object implementation of SourceFileInfo, representing an unknown source file. |
►CCSF.Zpt.Rendering.IZptElement | Interface for a type which wraps a DOM element. |
►CCSF.Zpt.Rendering.ZptElement | Represents an element node in a ZPT document. |
CCSF.Zpt.DocumentProviders.ZptHtmlElement | Implementation of ZptElement based on documents parsed using the HTML Agility Pack. |
CCSF.Zpt.DocumentProviders.ZptXmlElement | Implementation of ZptElement based on documents parsed using System.Xml . |
CCSF.Zpt.DocumentProviders.ZptXmlLinqElement | Implementation of ZptElement based on documents parsed using System.Xml.Linq . |
CCSF.Zpt.Rendering.ZptElement | Represents an element node in a ZPT document. |
CCSF.Zpt.Rendering.ZptNamespace | Represents a ZPT namespace, by either or both of its prefix and namespace URI. |
►CCSF.Zpt.Tales.IEvaluatorSelector | Interface for a service which provides access to instances of IExpressionEvaluator. |
CCSF.Zpt.Tales.SimpleEvaluatorSelector | Simple implementation of IExpressionEvaluator which keeps a collection of the available evaluators in an IDictionary , indexed by their applicable prefixes. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.IExpressionConfiguration | Represents the configuration for CSharp expressions. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionConfigurationSection | Configuration section for CSharp expressions. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.FallbackExpressionConfiguration | Rrepresents a set of fallback/default configuration for IExpressionConfiguration, should no other implementation be available. |
►CCSF.Zpt.Tales.IExpressionEvaluator | Interface for a type which evaluates TALES expressions. |
►CCSF.Zpt.Tales.ExpressionEvaluatorBase | Base class for a TALES expression evaluator implementation, implements IExpressionEvaluator. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpAssemblyExpressionEvaluator | Evaluator implementation for csassembly expressions. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpExpressionEvaluator | Evaluator type for CSharp expressions. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpNamespaceExpressionEvaluator | Evaluator implementation for csnamespace expressions. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.CSharpTypeExpressionEvaluator | Evaluator implementation for cstype expressions. |
CCSF.Zpt.ExpressionEvaluators.LoadExpressions.LoadExpressionEvaluator | Implementation of ExpressionEvaluatorBase which evaluates a 'child' expression, converts the result into a document which may be rendered, renders it and then returns the result as a string. |
CCSF.Zpt.ExpressionEvaluators.NotExpressions.NotExpressionEvaluator | Implementation of ExpressionEvaluatorBase which evaluates a 'child' expression, converts the result to boolean and then negates it. |
►CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathExpressionEvaluator | Implementation of ExpressionEvaluatorBase which handles TALES path expressions. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.LocalVariablePathExpressionEvaluator | Specialisation of PathExpressionEvaluator which only looks in local variable definitions. |
CCSF.Zpt.ExpressionEvaluators.PythonExpressions.PythonExpressionEvaluator | Expression evaluator implementation which evaluates Python expressions. |
CCSF.Zpt.ExpressionEvaluators.StringExpressions.StringExpressionEvaluator | Implementation of ExpressionEvaluatorBase which creates string values, with optional interpolation. |
►CCSF.Zpt.Tales.IExpressionEvaluatorService | Interface for a service which exposes IExpressionEvaluator instances. |
CCSF.Zpt.Tales.ExpressionEvaluatorService | Default implementation of IExpressionEvaluatorService. |
►CCSF.Zpt.Tales.IExpressionFactory | Creator for Expression instances. |
CCSF.Zpt.Tales.ExpressionFactory | Creator for Expression instances. |
CCSF.Zpt.ExpressionEvaluators.CSharpFramework.IExpressionHost | Interface for the dynamically-compiled (generated) type which hosts the CSharp expression logic.s |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.IExpressionHostCompiler | Interface for a service which generates an ExpressionHostCreator instances, by compiling dynamic code. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.ExpressionHostCompiler | Default implementation of IExpressionHostCompiler. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.IExpressionHostCreator | Interface for an object which is capable of creating an IExpressionHost instance, which contains the compiled code for a single CSharp expression. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Host.ExpressionHostCreator | Default concrete implementation of IExpressionHostCreator, which contains generated code. |
►CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.IExpressionSpecificationFactory | A service which creates ExpressionSpecification instances. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.ExpressionSpecificationFactory | Default implementation of IExpressionSpecificationFactory. |
►CCSF.Zpt.Metal.IMacroExpander | Interface for a service which applies METAL macro expansion to an element within a IRenderingContext. |
CCSF.Zpt.Metal.MacroExpander | Expands a METAL macro and splices it into its source document. |
►CCSF.Zpt.Metal.IMacroFinder | A type which finds METAL macros where they are referenced by a rendering context. |
CCSF.Zpt.Metal.MacroFinder | Type which finds the usage of METAL macros. |
►CCSF.Zpt.Metal.IMacroSubstituter | Serivce which is responsible for making substitutions of content in METAL macros. |
►CCSF.Zpt.Metal.MacroSubstituter | Default implementation of IMacroSubstituter. |
CCSF.Zpt.Metal.MacroExtensionSubstitutor | Implementation of IMacroSubstituter suitable for use in macro extension. |
►CCSF.Zpt.Metal.IMetalMacro | Represents a METAL macro and its name. |
CCSF.Zpt.Metal.MetalMacro | Represents a METAL macro and its name. |
►CCSF.Zpt.Rendering.IModelValueContainer | Helper type which permits configuration of the TAL and/or METAL models with data. |
►CCSF.Zpt.Rendering.IRenderingContext | Interface for a rendering context. |
CCSF.Zpt.Rendering.RenderingContext | Represents the object model, presented to a IZptDocument when it is rendered. |
CCSF.Zpt.Rendering.RenderingContext | Represents the object model, presented to a IZptDocument when it is rendered. |
►CCSF.Zpt.Rendering.IModelValueStore | Represents a mechanism of configuring an IModel, by adding local and/or global variable definitions. |
►CCSF.Zpt.Rendering.IModel | A model which represents and carries the state of a ZPT operation. |
►CCSF.Zpt.Rendering.Model | Represents the root of an object model. |
►CCSF.Zpt.Tales.TalesModel | An implementation of Model which makes use of the TALES: Template Attribute Language Expression Syntax for evaluating expressions. |
CCSF.Zpt.MVC.Tales.MvcTalesModel | |
►CCSF.Zpt.Tales.ITalesModel | Represents an IModel which contains TALES-specific functionality. |
CCSF.Zpt.Tales.TalesModel | An implementation of Model which makes use of the TALES: Template Attribute Language Expression Syntax for evaluating expressions. |
►CCSF.Zpt.IPluginAssemblyLoader | Interface for a type which loads plugin assemblies. |
CCSF.Zpt.PluginAssemblyLoader | Default implementation of IPluginAssemblyLoader. |
►CCSF.Zpt.IPluginConfiguration | Interface for a type capable of providing information about installed plugins. |
CCSF.Zpt.PluginConfigurationSection | Implementation of IPluginConfiguration using a System.Configuration.ConfigurationSection . |
►CCSF.Zpt.Rendering.IRenderingContextFactory | Interface for a type which creates an instance of IRenderingContext from the IRenderingSettings. |
►CCSF.Zpt.Tales.TalesRenderingContextFactory | Implementation of IRenderingContextFactory which creates TalesModel instances. |
CCSF.Zpt.MVC.Rendering.MvcRenderingContextFactory | |
►CCSF.Zpt.Rendering.IRenderingContextFactoryFactory | Type which creates instances of IRenderingContextFactory via reflection. |
CCSF.Zpt.Rendering.RenderingContextFactoryFactory | Type which creates instances of IRenderingContextFactory via reflection. |
CCSF.Zpt.BatchRendering.IRenderingJob | Represents a task to render a single IZptDocument. |
►CCSF.Zpt.BatchRendering.IRenderingJobFactory | Interface for a factory type which creates instances of IRenderingJob. |
CCSF.Zpt.BatchRendering.RenderingJobFactory | Default implementation of IRenderingJobFactory. |
►CCSF.Zpt.Rendering.IRenderingOptions | Represents options from which IRenderingSettings may be built. |
CCSF.Zpt.Rendering.RenderingOptions | Default implementation of IRenderingOptions. |
►CCSF.Zpt.Rendering.IRenderingSettings | Encapsulates the available options for rendering a IZptDocument. |
CCSF.Zpt.Rendering.DefaultRenderingSettings | Represents the default IRenderingSettings. |
CCSF.Zpt.Rendering.RenderingSettings | Encapsulates the available options for rendering a ZptDocument. |
►CCSF.Zpt.Rendering.IRenderingSettingsFactory | Factory type for creating instances of IRenderingSettings. |
CCSF.Zpt.Rendering.RenderingSettingsFactory | Default implementation of IRenderingSettingsFactory. |
►CCSF.Zpt.SourceAnnotation.ISourceAnnotator | Performs source annotation tasks upon METAL elements. |
CCSF.Zpt.SourceAnnotation.SourceAnnotator | Performs source annotation tasks upon ZPT elements. |
►CCSF.Zpt.Rendering.ISourceInfoFactory | Factory type for ISourceInfo. |
CCSF.Zpt.Rendering.SourceInfoFactory | Default implementation of ISourceInfoFactory. |
CCSF.Zpt.Tales.ITalesConvertible | Interface which may be used for types which implement custom code for conversions by the TALES system. |
►CCSF.Zpt.Tales.ITalesPathHandler | Interface for a type which provides custom handling of a TALES path fragment. |
►CCSF.Zpt.Metal.IMetalMacroContainer | Represents a collection of METAL macros. |
CCSF.Zpt.Metal.MetalMacroContainer | Wrapper type for a collection of MetalMacro. |
►CCSF.Zpt.Rendering.IRepetitionInfo | Represents information about a repetition. |
CCSF.Zpt.Rendering.RepetitionInfo | Gets information about a repetition/iteration. |
►CCSF.Zpt.Rendering.NamedObjectWrapper | Simple wrapper type which provides access to objects by System.String names. |
CCSF.Zpt.Tales.EnumerableObjectWrapperWithNamedItems | Implementation of NamedObjectWrapper which also implements IEnumerable<object> . |
CCSF.Zpt.Rendering.OriginalAttributeValuesCollection | Represents a collection of IZptAttribute, exposing the original attributes present upon an element. |
CCSF.Zpt.Rendering.RepetitionMetadataCollectionWrapper | Wrapper type for a collection of named IRepetitionInfo instances. |
►CCSF.Zpt.Tales.BuiltinContextsContainer | Encapsulates the TALEs built-in variable names. |
CCSF.Zpt.MVC.Tales.MvcContextsContainer | |
►CCSF.Zpt.Tales.FilesystemDirectory | Object which represents a System.IO.DirectoryInfo - and implements ITalesPathHandler to wrap that directory in a TALES-friendly manner. |
CCSF.Zpt.Tales.TemplateDirectory | Implementation of FilesystemDirectory which contains template objects. |
CCSF.Zpt.Tales.TemplateFile | Wrapper type for a IZptDocument, expressing its state which is visible to TALES. |
►CCSF.Zpt.Tales.ITemplateFileFactory | Interface for a type which creates instances of TemplateFile. |
CCSF.Zpt.ZptDocumentFactory | Default implementation of IZptDocumentFactory. |
►CIView | |
CCSF.Zpt.MVC.ZptView | |
►CCSF.Zpt.IXmlUrlResolverFactory | Interface for a service which can return instances of XmlUrlResolver . |
CCSF.Zpt.XmlUrlResolverFactory | Default implementation of IXmlUrlResolverFactory. |
►CCSF.Zpt.Rendering.IZptAttribute | Interface for a type which wraps a DOM attribute. |
►CCSF.Zpt.Rendering.ZptAttribute | Represents an ZptElement attribute. |
CCSF.Zpt.DocumentProviders.ZptHtmlAttribute | Implementation of Attribute for an HTML attribute. |
CCSF.Zpt.DocumentProviders.ZptXmlAttribute | Implementation of Attribute for an XML attribute. |
CCSF.Zpt.DocumentProviders.ZptXmlLinqAttribute | Implementation of Attribute for an XML/Linq attribute. |
►CCSF.Zpt.IZptDocument | Represents a ZPT document. |
►CCSF.Zpt.ZptDocument | Represents a ZPT document. |
CCSF.Zpt.DocumentProviders.ZptHtmlDocument | Implementation of ZptDocument based on an HtmlAgilityPack.HtmlDocument . |
CCSF.Zpt.DocumentProviders.ZptXmlDocument | Implementation of ZptDocument based on a System.Xml.XmlDocument . |
CCSF.Zpt.DocumentProviders.ZptXmlLinqDocument | Implementation of ZptDocument based on a System.Xml.Linq.XDocument . |
►CCSF.Zpt.IZptDocumentFactory | Interface for a type which creates instances of IZptDocument. |
CCSF.Zpt.ZptDocumentFactory | Default implementation of IZptDocumentFactory. |
►CCSF.Zpt.IZptDocumentProvider | Interface for a type which creates IZptDocument implementations. |
CCSF.Zpt.DocumentProviders.HtmlZptDocumentProvider | Implementation of IZptDocumentProvider which creates documents based on the HTML Agility pack. See https://htmlagilitypack.codeplex.com/ |
CCSF.Zpt.DocumentProviders.LegacyXmlZptDocumentProvider | Implementation of IZptDocumentProvider which creates XML documents based on System.Xml.XmlDocument . |
CCSF.Zpt.DocumentProviders.XmlLinqZptDocumentProvider | Implementation of IZptDocumentProvider which creates XML documents based on System.Xml.Linq.XDocument . |
►CCSF.Zpt.IZptDocumentProviderService | Interface for a service which provides access to the various registered IZptDocumentProvider instances. |
CCSF.Zpt.ZptDocumentProviderService | Default implementation of IZptDocumentProviderService. |
►CCSF.Zpt.MVC.IZptViewEngineConfiguration | |
CCSF.Zpt.MVC.ZptViewEngineConfigurationSection | |
CCSF.Zpt.ZptConstants.Metal | Static type for METAL constants. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.ObjectTraverser | Encapsulates logic for traversing from one TALES object to another. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.Path | Represents a TALES path, which is composed of one or more PathComponent, each of which is in turn composed of one or more PathPart. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathComponent | Represents a component of a composite TALES path. This type is comprised of one or more PathPart. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathPart | Represents a part of a TALES path, this type indicates a single traversal from a parent object to a child. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.PathWalker | Provides a forwards-only reader for Path instances, behaving similarly to an IEnumerator . |
►CCSF.Zpt.PluginServiceBase | Abstract base type for a service which exposes plugin instances. |
CCSF.Zpt.Tales.ExpressionEvaluatorService | Default implementation of IExpressionEvaluatorService. |
CCSF.Zpt.ZptDocumentProviderService | Default implementation of IZptDocumentProviderService. |
CCSF.Zpt.ExpressionEvaluators.PythonExpressions.PythonExpressionHost | Host type which builds and evaluates Python expressions using the IronPython API. |
CCSF.Zpt.Rendering.RenderingContextExtensions | Extension methods for RenderingContext instances. |
CCSF.Zpt.Metal.SlotToFill | Represents a METAL slot definition, matched with the content which will be used to fill it. |
CCSF.Zpt.ZptConstants.SourceAnnotation | Static type for source annotation constants. |
CCSF.Zpt.ZptConstants.Tal | Static type for TAL constants. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.ExpressionHostBuilderBase.ToStringInstanceHelper | |
►CTraceListener | |
►CCSF.Zpt.Log4netTraceListener | Log4net trace listener |
CCSF.Zpt.SelfConfiguringLog4netTraceListener | Implementation of Log4netTraceListener which self-configures from the XML config. |
►CCSF.Zpt.ExpressionEvaluators.PathExpressions.TraversalWrapper | Non-generic abstract base class representing a wrapper by which a reflection-based reference may be traversed. |
CCSF.Zpt.ExpressionEvaluators.PathExpressions.TraversalWrapper< TSource > | Wrapper for a traversal delegate. |
CCSF.Zpt.ExpressionEvaluators.CSharpExpressions.Spec.VariableTypeDefinition | Represents the assignment of a variable type to a variable name. |
►CVirtualPathProviderViewEngine | |
CCSF.Zpt.MVC.ZptViewEngine | |
CCSF.Zpt.ZptConstants | Static type holding constant values shared amongst the ZPT system. |