Searched refs:docOut (Results 1 – 3 of 3) sorted by relevance
522 Document docOut = (Document)docEnum.nextElement(); in convert() local523 String fileName = docOut.getFileName(); in convert()524 docOut.write(newxos); in convert()547 docOut = (Document)docEnum.nextElement(); in convert()548 fileName = docOut.getFileName(); in convert()549 docOut.write(fos); in convert()
124 DOMDocument docOut=null; in deserialize() local129 docOut = (DOMDocument) enumerate.nextElement(); in deserialize()131 domDoc = docOut.getContentDOM(); in deserialize()
175 Document docOut = (Document)docEnum.nextElement(); in doConversion() local176 String fileName = docOut.getFileName(); in doConversion()179 docOut.write(fos); in doConversion()