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