public interface ICOSVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visitFromArray(COSArray obj)
Notification of visit to Array object.
|
void |
visitFromBoolean(COSBoolean obj)
Notification of visit to boolean object.
|
void |
visitFromDictionary(COSDictionary obj)
Notification of visit to dictionary object.
|
void |
visitFromDocument(COSDocument obj)
Notification of visit to document object.
|
void |
visitFromFloat(COSFloat obj)
Notification of visit to float object.
|
void |
visitFromInt(COSInteger obj)
Notification of visit to integer object.
|
void |
visitFromName(COSName obj)
Notification of visit to name object.
|
void |
visitFromNull(COSNull obj)
Notification of visit to null object.
|
void |
visitFromStream(COSStream obj)
Notification of visit to stream object.
|
void |
visitFromString(COSString obj)
Notification of visit to string object.
|
void visitFromArray(COSArray obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromBoolean(COSBoolean obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromDictionary(COSDictionary obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromDocument(COSDocument obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromFloat(COSFloat obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromInt(COSInteger obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromName(COSName obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromNull(COSNull obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromStream(COSStream obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.void visitFromString(COSString obj) throws IOException
obj - The Object that is being visited.IOException - If there is an error while visiting this object.Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.