Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added cmXMLParser::FindAttribute method | Brad King | 2009-02-24 | 1 | -0/+3 |
| | | | | | This method will help subclasses look for element attributes in their StartElement methods. | ||||
* | ENH: Allow cmXMLParser subclasses to report errors | Brad King | 2009-02-24 | 1 | -0/+3 |
| | | | | | | This tells cmXMLParser to report error messages through virtual method cmXMLParser::ReportError so that subclasses can override the default report. | ||||
* | ENH: fix warning on win64 | Bill Hoffman | 2007-07-26 | 1 | -2/+4 |
| | |||||
* | STYLE: fix compiler warning | Bill Hoffman | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -13/+14 |
| | |||||
* | ENH: Add XML parser | Andy Cedilnik | 2005-01-18 | 1 | -0/+108 |