org.enhydra.xml.xmlc.deferredparsing provides support for deferred parsing of *ML objects.

"Deferred parsing" means that no support for creating a DOM is compiled into the generated class. Instead, the generated class obtains the DOM from a {@link org.enhydra.xml.xmlc.deferredparsing.DocumentLoader} at creation time.

The main indications for using deferred parsing are: