#include <LibXmlKit/xmlregexp.h>
Functions | |
| if (regexp==NULL) return nil | |
| id | NULL () |
| id | initWithRegexp: (id, xmlRegexpPtr, id regexp, id, id regexp_ptr, id, id regexp,) |
| BOOL | compile: (id, const xmlChar *, id expstr, id, regexp_ptr!=NULL if, regexp_ptr xmlRegFreeRegexp,) |
| BOOL | evaluate: (id, const xmlChar *, id src, id, regexp_ptr==NULL||src==NULL if, stderr,"[ERROR]%s at%d:null pointer\n", __FILE__, __LINE__ fprintf,) |
| return | xmlRegexpExec (regexp_ptr, src)!=0 |
| void | print: (id, FILE *, id outfp, id, regexp_ptr if, outfp, regexp_ptr xmlRegexpPrint,) |
Variables | |
| regexp = xmlRegexpCompile(expstr) | |
| return [[XmlRegexp alloc] initWithRegexp:regexp] | |
| regexp_ptr = xmlRegexpCompile(expstr) | |
1.3.6