if( node instanceof Element )
{
Element child = (Element)node;
if( child.getTagName().equals( "f" ) )
{
PDSimpleFileSpecification fs = new PDSimpleFileSpecification();
fs.setFile( child.getAttribute( "href" ) );
}
else if( child.getTagName().equals( "ids" ) )
{
COSArray ids = new COSArray();