Home
last modified time | relevance | path

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

/aoo42x/main/l10ntools/source/filter/utils/
H A DXMLHelper.java648 org.w3c.dom.NamedNodeMap lAttribs = aNode.getAttributes(); in extractNodeAttribByName() local
649 if (lAttribs==null) in extractNodeAttribByName()
656 for (int i=0; i<lAttribs.getLength(); ++i) in extractNodeAttribByName()
658 org.w3c.dom.Attr aAttrib = (org.w3c.dom.Attr)lAttribs.item(i); in extractNodeAttribByName()

Completed in 16 milliseconds