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