if(fileSpec != null)
{System.out.println(" Filename: " + fileSpec.getFilename());}
if(action instanceof GoToEmbedded)
{
TargetObject target = ((GoToEmbedded)action).getTarget();
System.out.println(" EmbeddedFilename: " + target.getEmbeddedFileName() + " Relation: " + target.getRelation());
}
}
System.out.print(" ");
printDestination(((GoToDestination<?>)action).getDestination());
}