| ArgumentConverter | Converter used to create an XML Element representing a method or function argument. |
| ConstantConverter | Converter used to create an XML Element representing the constant and its DocBlock. |
| DocBlockConverter | Converter used to create an XML Element representing a DocBlock and its tags. |
| InterfaceConverter | Converter used to create an XML Element representing the interface and its Constants, Methods and DocBlock. |
| MethodConverter | Converter used to create an XML Element representing the method, its arguments and its DocBlock. |
| PropertyConverter | Converter used to create an XML Element representing the property and its DocBlock. |
| TagConverter | Creates an XML Element 'tag' and appends it to the provided parent element. |
| TraitConverter | Converter used to create an XML Element representing the Trait and its Methods, Properties and DocBlock. |