public class COSObjectWalkerShallow extends Object implements ICOSObjectVisitor
More precise, this one will visit the directed acyclic data structure originating from a COS object.
| Constructor and Description |
|---|
COSObjectWalkerShallow() |
| Modifier and Type | Method and Description |
|---|---|
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 io)
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. |
public Object visitFromArray(COSArray array) throws COSVisitorException
ICOSObjectVisitorCOSArray object.visitFromArray in interface ICOSObjectVisitorarray - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromBoolean(COSBoolean bool) throws COSVisitorException
ICOSObjectVisitorCOSBoolean object.visitFromBoolean in interface ICOSObjectVisitorbool - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromDictionary(COSDictionary dict) throws COSVisitorException
ICOSObjectVisitorCOSDictionary object.visitFromDictionary in interface ICOSObjectVisitordict - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromFixed(COSFixed fixed) throws COSVisitorException
ICOSObjectVisitorCOSFixed object.visitFromFixed in interface ICOSObjectVisitorfixed - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromInteger(COSInteger integer) throws COSVisitorException
ICOSObjectVisitorCOSInteger object.visitFromInteger in interface ICOSObjectVisitorinteger - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromName(COSName name) throws COSVisitorException
ICOSObjectVisitorCOSName object.visitFromName in interface ICOSObjectVisitorname - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromNull(COSNull nullObj) throws COSVisitorException
ICOSObjectVisitorCOSNull object.visitFromNull in interface ICOSObjectVisitornullObj - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromStream(COSStream stream) throws COSVisitorException
ICOSObjectVisitorCOSStream object.visitFromStream in interface ICOSObjectVisitorstream - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromString(COSString string) throws COSVisitorException
ICOSObjectVisitorCOSString object.visitFromString in interface ICOSObjectVisitorstring - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.public Object visitFromIndirectObject(COSIndirectObject io) throws COSVisitorException
ICOSObjectVisitorCOSIndirectObject object.visitFromIndirectObject in interface ICOSObjectVisitorio - The Object that is being visited.COSVisitorException - If there is an error while visiting this object.Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.