You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.w3c.odrl.W3COdrl2.model.IOdrlDocument interface represents an instance of an ODRL document. Once a document is instantiated, there are numerous methods for creating and accessing different elements within the ODRL model.
The root "element" of the model is the IOdrlPolicy, which can be accessed via the IOdrlDocument interface's getPolicy() method. Similarly, new policies can be assigned to a document using the setPolicy() method.
There are some rudimentary methods for traversing and "searching" a document including