Searched refs:typeDAM (Results 1 – 1 of 1) sorted by relevance
1598 int typeDAM; in readAttributeValues() local1599 while ((typeDAM=parser.next()) != END_DOCUMENT in readAttributeValues()1600 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in readAttributeValues()1601 if (typeDAM == END_TAG || typeDAM == TEXT) { in readAttributeValues()1616 int typeDAM; in getAllTrustAgentInfos() local1618 while ((typeDAM=parser.next()) != END_DOCUMENT in getAllTrustAgentInfos()1619 && (typeDAM != END_TAG || parser.getDepth() > outerDepthDAM)) { in getAllTrustAgentInfos()1620 if (typeDAM == END_TAG || typeDAM == TEXT) { in getAllTrustAgentInfos()1638 int typeDAM; in getTrustAgentInfo() local1640 while ((typeDAM=parser.next()) != END_DOCUMENT in getTrustAgentInfo()[all …]