Searched refs:typeDAM (Results 1 – 1 of 1) sorted by relevance
1522 int typeDAM; in readAttributeValues() local1523 while ((typeDAM=parser.next()) != END_DOCUMENT in readAttributeValues()1524 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()1525 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()1540 int typeDAM; in getAllTrustAgentInfos() local1542 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()1543 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()1544 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()1562 int typeDAM; in getTrustAgentInfo() local1564 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()[all …]