Lines Matching refs:aElementNames
399 String[] aElementNames = new String[2]; in readGridConfiguration() local
401 aElementNames[0] = "XAxis"; in readGridConfiguration()
402 aElementNames[1] = "YAxis"; in readGridConfiguration()
404 Object[] aElementValues = xSubdivProperties.getPropertyValues(aElementNames); in readGridConfiguration()
416 aElementNames[0] = "XAxis/Metric"; in readGridConfiguration()
417 aElementNames[1] = "YAxis/Metric"; in readGridConfiguration()
419 aElementValues = xResolutionProperties.getHierarchicalPropertyValues(aElementNames); in readGridConfiguration()
459 String[] aElementNames = xChildAccess.getElementNames(); in browseElementRecursively() local
462 for(int i=0; i< aElementNames.length; ++i) in browseElementRecursively()
464 Object aChild = xChildAccess.getByName( aElementNames[i] ); in browseElementRecursively()
482 xElementPath.composeHierarchicalName(aElementNames[i]); in browseElementRecursively()