Searched refs:NAME_ID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaParser.java79 private static final String NAME_ID = "NAME"; field in class:LdapSchemaParser
290 if (attr.getID().equals(NAME_ID)) {
408 if (tag.equals(NAME_ID)) {
787 attr = attrs.get(NAME_ID);
854 attrId.equals(NAME_ID) ||
899 attr = attrs.get(NAME_ID);
984 attrId.equals(NAME_ID) ||
1088 attr = attrs.get(NAME_ID);
1128 attrId.equals(NAME_ID) ||

Completed in 39 milliseconds