Lines Matching defs:_xmlSAXHandler
719 struct _xmlSAXHandler { struct
720 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;
729 elementDeclSAXFunc elementDecl;
730 unparsedEntityDeclSAXFunc unparsedEntityDecl;
731 setDocumentLocatorSAXFunc setDocumentLocator;
732 startDocumentSAXFunc startDocument;
733 endDocumentSAXFunc endDocument;
734 startElementSAXFunc startElement;
758 typedef struct _xmlSAXHandlerV1 xmlSAXHandlerV1; argument