Lines Matching defs:_xmlSAXHandlerV1
757 struct _xmlSAXHandlerV1 { struct
758 internalSubsetSAXFunc internalSubset;
759 isStandaloneSAXFunc isStandalone;
760 hasInternalSubsetSAXFunc hasInternalSubset;
761 hasExternalSubsetSAXFunc hasExternalSubset;
762 resolveEntitySAXFunc resolveEntity;
763 getEntitySAXFunc getEntity;
764 entityDeclSAXFunc entityDecl;
765 notationDeclSAXFunc notationDecl;
766 attributeDeclSAXFunc attributeDecl;
767 elementDeclSAXFunc elementDecl;
768 unparsedEntityDeclSAXFunc unparsedEntityDecl;
769 setDocumentLocatorSAXFunc setDocumentLocator;
770 startDocumentSAXFunc startDocument;
771 endDocumentSAXFunc endDocument;
772 startElementSAXFunc startElement;
773 endElementSAXFunc endElement;
774 referenceSAXFunc reference;
775 charactersSAXFunc characters;
776 ignorableWhitespaceSAXFunc ignorableWhitespace;
777 processingInstructionSAXFunc processingInstruction;
778 commentSAXFunc comment;
779 warningSAXFunc warning;
780 errorSAXFunc error;
781 fatalErrorSAXFunc fatalError; /* unused error() get all the errors */
782 getParameterEntitySAXFunc getParameterEntity;
783 cdataBlockSAXFunc cdataBlock;
784 externalSubsetSAXFunc externalSubset;
785 unsigned int initialized;