close

Filter

loading table of contents...

Headless Server Developer Manual / Version 2310

Table Of Contents
ElementWriter

The default output handler for element nodes, introduced by:

            !ElementWriter
          
PropertyDescription
writeElement Boolean flag indicating if the start and stop element should be written to the output. Defaults to false.
writeCharacters Boolean flag indicating if the character nodes of an element should be written. Defaults to false
elementTransformerOptional transformation rules for the element.
attributeTransformersOptional transformation rules for the element’s attributes.

Table 5.5. Available properties for !ElementWriter.


Example:

      contexts:
        - !Context
          name: headline
          defaultHandler:
            !Handler
            eventMatcher:   ...
            contextHandler: ...
            outputHandler: !ElementWriter { writeCharacters: true }
            ...
          

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.