Searched refs:docOut (Results 1 – 3 of 3) sorted by relevance
523 Document docOut = (Document)docEnum.nextElement(); in convert() local524 String fileName = docOut.getFileName(); in convert()525 docOut.write(newxos); in convert()548 docOut = (Document)docEnum.nextElement(); in convert()549 fileName = docOut.getFileName(); in convert()550 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()
Completed in 22 milliseconds