summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/LangHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Use RuntimeException classes rather than Error to indicate errors.David A. Madore2010-04-191-2/+2
|
* Fix misuse of getAttributeNS(), and handling of xml:lang.David A. Madore2010-04-181-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. Madore2010-04-181-0/+49