Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The traditional name for these handle objects is BLOB (Binary Large Object) or CLOB (Character Large Object). The notion is that one gets these handles, and to actually access the data they represent you must "open" them, process their contents using a file/stream type of mechanism, and close them.

See the BLOB objects proposal.

Infoset Events

Infoset elements must be produced incrementally by the parser. These can only be produced once surrounding points of uncertainty are resolved fully. An architecture for this is needed. There may be some limitations.

...