Home
last modified time | relevance | path

Searched refs:lChilds (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/l10ntools/source/filter/utils/
H A DFileHelper.java306 java.io.File[] lChilds = aDirectory.listFiles(); in makeDirectoryEmpty() local
307 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()
H A DXMLHelper.java694 …java.util.Vector lChilds = XMLHelper.extractChildNodesByType(aNode,org.w3c.dom.Node.ELEME… in extractChildNodesByTagName() local
695 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() local
733 int c = lChilds.getLength(); in extractChildNodesByType()
739 org.w3c.dom.Node aChild = lChilds.item(i); in extractChildNodesByType()

Completed in 18 milliseconds