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