This is a singleton class whose instance can be obtained using the {@link #getInstance}method. However, the constructor is public for backwards compatibility.
The class extends {@link TreeModel} so that any interface expected a TreeModel, for example{@link net.sf.saxon.s9api.XdmDestination#setTreeModel}, can take XOMObjectModel.getInstance()
as an argument.
|
|
|
|