Simplified schema API to read-only for now, and minimized the number of reads require...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Apr 2011 09:49:10 +0000 (05:49 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Thu, 14 Apr 2011 09:49:10 +0000 (05:49 -0400)
commitd916e4476d1c5e51ce1949d5e8e2329608f4c3b7
treeebd5d80f2bfeb02d70f855652ba76d7a91c4c558
parentf1ea34ada2ec6e900703bae7863837ad2b8287f1
Simplified schema API to read-only for now, and minimized the number of reads required to access branches of a document tree by using a new Stream and Substream classes.
ebml/schema/base.py
ebml/utils/dump_structure.py