Lines Matching defs:_xmlSAXHandler
863 struct _xmlSAXHandler { struct
864 internalSubsetSAXFunc internalSubset;
865 isStandaloneSAXFunc isStandalone;
866 hasInternalSubsetSAXFunc hasInternalSubset;
867 hasExternalSubsetSAXFunc hasExternalSubset;
868 resolveEntitySAXFunc resolveEntity;
869 getEntitySAXFunc getEntity;
870 entityDeclSAXFunc entityDecl;
871 notationDeclSAXFunc notationDecl;
872 attributeDeclSAXFunc attributeDecl;
873 elementDeclSAXFunc elementDecl;
874 unparsedEntityDeclSAXFunc unparsedEntityDecl;
875 setDocumentLocatorSAXFunc setDocumentLocator;
876 startDocumentSAXFunc startDocument;
877 endDocumentSAXFunc endDocument;
891 startElementSAXFunc startElement;
892 endElementSAXFunc endElement;
893 referenceSAXFunc reference;
894 charactersSAXFunc characters;
895 ignorableWhitespaceSAXFunc ignorableWhitespace;
896 processingInstructionSAXFunc processingInstruction;
897 commentSAXFunc comment;
921 typedef struct _xmlSAXHandlerV1 xmlSAXHandlerV1; argument