Searched refs:classSegment (Results 1 – 1 of 1) sorted by relevance
120 String classSegment = attributes.getValue("name"); in startElement() local121 if (classSegment != null) { in startElement()122 mClassNameStack.push(classSegment); in startElement()