Searched refs:lChilds (Results 1 – 2 of 2) sorted by relevance
306 java.io.File[] lChilds = aDirectory.listFiles(); in makeDirectoryEmpty() local307 for (int f=0; f<lChilds.length; ++f) in makeDirectoryEmpty()309 if (lChilds[f].isDirectory()) in makeDirectoryEmpty()311 FileHelper.makeDirectoryEmpty(lChilds[f], bFilesOnly); in makeDirectoryEmpty()314 if (!lChilds[f].delete()) in makeDirectoryEmpty()315 … throw new java.io.IOException("\""+lChilds[f].toString()+"\" could not be deleted."); in makeDirectoryEmpty()320 if (!lChilds[f].delete()) in makeDirectoryEmpty()321 … throw new java.io.IOException("\""+lChilds[f].toString()+"\" could not be deleted."); in makeDirectoryEmpty()
694 …java.util.Vector lChilds = XMLHelper.extractChildNodesByType(aNode,org.w3c.dom.Node.ELEME… in extractChildNodesByTagName() local695 java.util.Vector lExtractedChilds = new java.util.Vector(lChilds.size()); in extractChildNodesByTagName()698 java.util.Enumeration en = lChilds.elements(); in extractChildNodesByTagName()732 org.w3c.dom.NodeList lChilds = aNode.getChildNodes(); in extractChildNodesByType() local733 int c = lChilds.getLength(); in extractChildNodesByType()739 org.w3c.dom.Node aChild = lChilds.item(i); in extractChildNodesByType()
Completed in 42 milliseconds