continue;
}
ref = new String(A);
nextObject = new OCObject(ref);
if (A[0] == '<')
nextObject.setStatus(PdfObject.UNDECODED_DIRECT);
else
nextObject.setStatus(PdfObject.UNDECODED_REF);
//must be done AFTER setStatus()
nextObject.setUnresolvedData(A, PdfDictionary.AS);
currentPdfFile.checkResolved(nextObject);
event = nextObject.getParameterConstant(PdfDictionary.Event);
if (nextObject != null) {
if (event == PdfDictionary.View) {
OCGs = nextObject.getKeyArray(PdfDictionary.OCGs);
if (OCGs != null) {
int childCount = OCGs.length;
for (byte[] OCG : OCGs) {
ref = new String(OCG);
nextObject = new OCObject(ref);
if (OCG[0] == '<') {
nextObject.setStatus(PdfObject.UNDECODED_DIRECT);
} else
nextObject.setStatus(PdfObject.UNDECODED_REF);