Interface for ContentAssembler tag handlers. The ContentAssembler delegates to the tag handlers the responsibility of processing XML elements from the content document.

Namespace:  Endeca.Data.Content.Assembler
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public interface ITagHandler
Visual Basic (Declaration)
Public Interface ITagHandler
Visual C++
public interface class ITagHandler

See Also