Lines Matching defs:_xmlSAXHandlerV1
923 struct _xmlSAXHandlerV1 { struct
924 internalSubsetSAXFunc internalSubset;
925 isStandaloneSAXFunc isStandalone;
926 hasInternalSubsetSAXFunc hasInternalSubset;
927 hasExternalSubsetSAXFunc hasExternalSubset;
928 resolveEntitySAXFunc resolveEntity;
929 getEntitySAXFunc getEntity;
930 entityDeclSAXFunc entityDecl;
931 notationDeclSAXFunc notationDecl;
932 attributeDeclSAXFunc attributeDecl;
933 elementDeclSAXFunc elementDecl;
934 unparsedEntityDeclSAXFunc unparsedEntityDecl;
935 setDocumentLocatorSAXFunc setDocumentLocator;
936 startDocumentSAXFunc startDocument;
937 endDocumentSAXFunc endDocument;
938 startElementSAXFunc startElement;
939 endElementSAXFunc endElement;
940 referenceSAXFunc reference;
941 charactersSAXFunc characters;
942 ignorableWhitespaceSAXFunc ignorableWhitespace;
943 processingInstructionSAXFunc processingInstruction;
944 commentSAXFunc comment;
945 warningSAXFunc warning;
946 errorSAXFunc error;
947 fatalErrorSAXFunc fatalError; /* unused error() get all the errors */
948 getParameterEntitySAXFunc getParameterEntity;
949 cdataBlockSAXFunc cdataBlock;
950 externalSubsetSAXFunc externalSubset;
951 unsigned int initialized;