Searched refs:childXpath (Results 1 – 1 of 1) sorted by relevance
1409 StringBuffer childXpath = new StringBuffer(child.getNodeName()); in getNonAltNodeLike() local1410 appendXPathAttribute(child, childXpath, true/* ignore alt */, true/* ignore draft */); in getNonAltNodeLike()1411 String childXPathString = childXpath.toString(); in getNonAltNodeLike()