Age | Commit message (Collapse) | Author |
|
|
|
Rename helpString to just help.
|
|
Make order of elements unimportant.
Remove unused references.
|
|
Make extends an attribute. Remove nodeList tag.
|
|
|
|
1. Don't distinguish name and value constraints, they
have exact same structure.
2. Don't use individual error messages for all constraints.
If they work like OR, it makes little sense.
3. Move most of data from arguments to tag bodies.
|
|
|
|
|
|
for multilevel insert.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
insert remains a special case, maybe it can fit it in it if we pass
to functions instead of one (one for "found" and another one for "not found").
|
|
|
|
|
|
|
|
|
|
They will be used in node reordering.
|
|
|
|
|
|
|
|
everywhere.
|
|
|
|
|
|
|
|
It's not like there's anything else we can insert or delete.
|
|
|
|
Splitting directories was a bit premature and unnecessary.
|
|
|
|
|
|
|
|
|
|
|
|
Right now it doesn't compare data, but maybe it should.
|
|
|
|
This is embarassing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|