Interface IXMLDeclarationProcessor

    • Method Detail

      • process

        void process​(ITemplateContext context,
                     IXMLDeclaration xmlDeclaration,
                     IXMLDeclarationStructureHandler structureHandler)

        Execute the processor.

        The IXMLDeclaration object argument is immutable, so all modifications to this object or any instructions to be given to the engine should be done through the specified IXMLDeclarationStructureHandler handler.

        Parameters:
        context - the execution context.
        xmlDeclaration - the event this processor is executing on.
        structureHandler - the handler that will centralise modifications and commands to the engine.