#import <xmlregexp.h>
Inheritance diagram for XmlRegexp:

Public Member Functions | |
| (id) | - init |
| Initialize by empty regular expression. | |
| (id) | - initWithRegexp: |
| Initialize regular expression for XML document. | |
| (BOOL) | - compile: |
| Compile regular expression. | |
| (BOOL) | - evaluate: |
| Evaluate string by compiled expression. | |
| (void) | - print: |
| Print content of regexp data. | |
Static Public Member Functions | |
| (id) | + newWithRegexp: |
| Initialize with regular expression string. | |
Protected Attributes | |
| xmlRegexpPtr | regexp_ptr |
|
|
Compile regular expression.
|
|
|
Evaluate string by compiled expression.
|
|
|
Initialize by empty regular expression.
Reimplemented from XmlObject. |
|
|
Initialize regular expression for XML document.
|
|
|
Initialize with regular expression string.
|
|
|
Print content of regexp data.
|
|
|
Regular expression |
1.4.5