Searched defs:_xmlSAXHandler (Results 1 – 1 of 1) sorted by relevance
719 struct _xmlSAXHandler { struct720 internalSubsetSAXFunc internalSubset;721 isStandaloneSAXFunc isStandalone;722 hasInternalSubsetSAXFunc hasInternalSubset;723 hasExternalSubsetSAXFunc hasExternalSubset;724 resolveEntitySAXFunc resolveEntity;725 getEntitySAXFunc getEntity;726 entityDeclSAXFunc entityDecl;727 notationDeclSAXFunc notationDecl;728 attributeDeclSAXFunc attributeDecl;[all …]