An extension of the element.
Abstract acceptDispatch the visitor on this instance.
to be dispatched
Abstract acceptDispatch the visitor on this instance with context.
type of the visitation context
to be dispatched
of the visitation
Abstract descendAbstract descendYield from extensions if it is set, or yield nothing.
Abstract transformDispatch the transformer on this instance.
this instance transformed
type of the transformation result
to be dispatched
Abstract transformDispatch the transformer on this instance in context.
this instance transformed
type of the transformation result
to be dispatched
of the transformation
Generated using TypeDoc
Element that can be extended by proprietary extensions.
Remarks
Note: Extensions are proprietary, i.e. they do not support global interoperability.