Lines Matching defs:_xmlSAXHandler
721 struct _xmlSAXHandler { struct
722 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;
731 elementDeclSAXFunc elementDecl;
732 unparsedEntityDeclSAXFunc unparsedEntityDecl;
733 setDocumentLocatorSAXFunc setDocumentLocator;
734 startDocumentSAXFunc startDocument;
735 endDocumentSAXFunc endDocument;
736 startElementSAXFunc startElement;
760 typedef struct _xmlSAXHandlerV1 xmlSAXHandlerV1; argument