mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
- the parser is base on a class extending XMLParserBase - it handle xml namespaces: * each namespace is assocated with a builder * builder builds nodes belonging to the namespace * when a node is inserted in the parent namespace compatibility is checked (if required) - to avoid name collision between xml names and object properties, use Symbol. |
||
---|---|---|
.. | ||
builder.js | ||
config.js | ||
namespaces.js | ||
parser.js | ||
setup.js | ||
unknown.js | ||
utils.js | ||
xdp.js | ||
xfa_object.js |