Java Doc for ICOSObjectVisitor.java in » PDF » jPod » de » intarsys » pdf » cos » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Notification of visit to
COSArray object.
Parameters: array - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSBoolean object.
Parameters: bool - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSDictionary object.
Parameters: dict - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSFixed object.
Parameters: fixed - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSIndirectObject object.
Parameters: indirect - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSInteger object.
Parameters: integer - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSName object.
Parameters: name - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSNull object.
Parameters: nullObj - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSStream object.
Parameters: stream - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.
Notification of visit to
COSString object.
Parameters: string - The Object that is being visited. any Object depending on the visitor implementation, or null throws: COSVisitorException - If there is an error while visiting this object.