Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various "stylistic" improvements suggested by Joshua Bloch's book. | David A. Madore | 2010-04-22 | 1 | -2/+2 |
| | | | | | | Use @Override annotation. Limit accessibility of fields. Make final what can be. Use complex enums. Don't ignore exceptions. Some more changes on exceptions thrown. | ||||
* | Use RuntimeException classes rather than Error to indicate errors. | David A. Madore | 2010-04-19 | 1 | -2/+2 |
| | |||||
* | Fix misuse of getAttributeNS(), and handling of xml:lang. | David A. Madore | 2010-04-18 | 1 | -8/+16 |
| | | | | | | | | Note to self: getAttributeNS() returns "", not null, when the attribute is nonexistent. Also, the XML spec (now) clearly states that "" is used for an unknown/undefined language. | ||||
* | Helper class for xml:lang handling. | David A. Madore | 2010-04-18 | 1 | -0/+49 |