| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
In particular, take better care to ensure that when an element is
removed which might have an xml:lang attribute, its children keep
their original language.
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
|
|