Definitions for "XOM "
XOM is an XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, it can process arbitrarily large documents with effectively constant memory sizes. It strives for correctness, simplicity, and performance, in that order. XOM supports XSLT, Canonical XML, and XInclude.
See X/Open Object Management (XOM).
X/Open Object Management. An interface for creating, deleting, and accessing objects containing information. It is an object-oriented architecture. Each object belongs to a particular class, and classes can be derived from other classes, inheriting the characteristics of the original class. The representation of the object is transparent to the programmer; the object can be manipulated only through the XOM interface.