Home
last modified time | relevance | path

Searched defs:_xmlSAXHandler (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h716 struct _xmlSAXHandler { struct
717 internalSubsetSAXFunc internalSubset;
718 isStandaloneSAXFunc isStandalone;
719 hasInternalSubsetSAXFunc hasInternalSubset;
720 hasExternalSubsetSAXFunc hasExternalSubset;
721 resolveEntitySAXFunc resolveEntity;
722 getEntitySAXFunc getEntity;
723 entityDeclSAXFunc entityDecl;
724 notationDeclSAXFunc notationDecl;
725 attributeDeclSAXFunc attributeDecl;
[all …]
/external/libxml2/include/libxml/
Dparser.h719 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;
[all …]