|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICOSObjectVisitor
An interface for visiting a COS object structure.
| Method Summary | |
|---|---|
Object |
visitFromArray(COSArray array)
Notification of visit to COSArray object. |
Object |
visitFromBoolean(COSBoolean bool)
Notification of visit to COSBoolean object. |
Object |
visitFromDictionary(COSDictionary dict)
Notification of visit to COSDictionary object. |
Object |
visitFromFixed(COSFixed fixed)
Notification of visit to COSFixed object. |
Object |
visitFromIndirectObject(COSIndirectObject indirect)
Notification of visit to COSIndirectObject object. |
Object |
visitFromInteger(COSInteger integer)
Notification of visit to COSInteger object. |
Object |
visitFromName(COSName name)
Notification of visit to COSName object. |
Object |
visitFromNull(COSNull nullObj)
Notification of visit to COSNull object. |
Object |
visitFromStream(COSStream stream)
Notification of visit to COSStream object. |
Object |
visitFromString(COSString string)
Notification of visit to COSString object. |
| Method Detail |
|---|
Object visitFromArray(COSArray array)
throws COSVisitorException
COSArray object.
array - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromBoolean(COSBoolean bool)
throws COSVisitorException
COSBoolean object.
bool - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromDictionary(COSDictionary dict)
throws COSVisitorException
COSDictionary object.
dict - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromFixed(COSFixed fixed)
throws COSVisitorException
COSFixed object.
fixed - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromInteger(COSInteger integer)
throws COSVisitorException
COSInteger object.
integer - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromName(COSName name)
throws COSVisitorException
COSName object.
name - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromNull(COSNull nullObj)
throws COSVisitorException
COSNull object.
nullObj - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromStream(COSStream stream)
throws COSVisitorException
COSStream object.
stream - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromString(COSString string)
throws COSVisitorException
COSString object.
string - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
Object visitFromIndirectObject(COSIndirectObject indirect)
throws COSVisitorException
COSIndirectObject object.
indirect - The Object that is being visited.
COSVisitorException - If there is an error while visiting this object.
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||