Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | Parsers do no longer return the node they have parsed (as this may be ↵ | Andreas Stöckel | |
ill-defined -- if a parser only parses a partial document via include, there may be many to no nodes that are returned). Parsers should just use the ParserScope.push funciton. All nodes pushed onto the top-level of the ParserScope are added treated as the nodes the parser has parsed. Adapted all code and all tests accordingly. | |||
2015-01-25 | Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵ | Andreas Stöckel | |
class and corresponding (unfinished) test |