The return value is a list of functions
which are used as callbacks by the internal XML parser
when it encounters certain XML elements/structures.
These include items such as the start of an element,
end of an element, processing instruction,
text node, comment, entity references and definitions, etc.
- startElement
- endElement
- processingInstruction
- text
- comment
- externalEntity
- entityDeclaration
- cdata
- dom