*
* @throws IOException If there is an error writing the XML.
*/
public void writeXML( Writer output ) throws IOException
{
PDFileSpecification fs = this.getFile();
if( fs != null )
{
output.write( "<f href=\"" + fs.getFile() + "\" />\n" );
}
COSArray ids = this.getID();
if( ids != null )
{
COSString original = (COSString)ids.getObject( 0 );