tagHandler.exportAssets(tag);
}
public void Export(Attributes attributes) throws SAXParseException
{
ExportAssets tag = (ExportAssets)stack.peek();
int idref = parseInt(getAttribute(attributes, "idref"));
String name = getAttribute(attributes, "name");
DefineTag ref = findCharacter(idref);
ref.name = name;
tag.exports.add(ref);