DocumentLocator.convertor

Set convertor

  1. Convertor convertor [@property setter]
    class DocumentLocator(DocumentType)
    @property @safe nothrow pure
    @autowired
    typeof(this)
    convertor
  2. inout(Convertor) convertor [@property getter]

Parameters

convertor Convertor

combined convertor used in converting from type to another

Return Value

Type: typeof(this)

typeof(this)

Meta