Java Doc for COSDocumentElement.java in » PDF » jPod » de » intarsys » pdf » cos » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Accept a visitor object. The receiver selects the correct implementation
in the visitor by "double dispatching".
Parameters: visitor - The object visiting the receiver. Object An object depending on the visitor semantics. throws: COSVisitorException - An exception depending on the visitor semantics.
Add a backward reference to the container when the receiver is added to a
container object. The implementation depends on the type of containement
for the object so far (direct/indirect), so we delegate to the old
container.
Parameters: newContainer - the new container embedding the object The new ICOSContainer associated with this.
The document where this is contained or null. A
COSDocumentElement is at most contained in a single
COSDocument .
The document where this is contained.
Remove a backward reference to the container when the receiver is removed
from a container object. The implementation depends on the type of
containement for the object so far (direct/indirect), so we delegate to
the old container.
Parameters: oldContainer - the container that no longer embeds the receiver The new ICOSContainer associated with this.