summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/TodoDamlElement.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix misuse of getAttributeNS(), and handling of xml:lang.David A. Madore2010-04-181-7/+7
| | | | | | | | 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.
* A handful of meta tags, script and style sections.David A. Madore2010-04-181-0/+29
|
* Rename TodoContext class to Context. Usually call "ctx" its instances.David A. Madore2010-04-181-24/+24
|
* Preliminary handler for <daml> element.David A. Madore2010-04-181-0/+78