Source position: libxmlparser.inc line 656
type startElementNsSAX2Func = procedure( |
ctx: pointer; |
localname: xmlCharPtr; |
prefix: xmlCharPtr; |
URI: xmlCharPtr; |
nb_namespaces: cint; |
namespaces: xmlCharPtrPtr; |
nb_attributes: cint; |
nb_defaulted: cint; |
attributes: xmlCharPtrPtr |
); |