Searched defs:attDesc (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java477 ServiceLocationAttributeDescriptor attDesc =
480 if (!attDesc.getIsOptional()) {
486 new Object[] { attDesc.getId() });
523 ServiceLocationAttributeDescriptor attDesc =
525 String attrId = attDesc.getId();
527 if (!attDesc.getIsOptional() &&
1183 AttributeDescriptor attDesc = parseAttribute(tk);
1187 checkDefaultValues(attDesc);
1193 String attrId = attDesc.getId().toLowerCase();
1207 attributeDescriptors.put(attrId, attDesc);
1562 checkDefaultValues(AttributeDescriptor attDesc) argument
1644 parseId(StreamTokenizer tk, AttributeDescriptor attDesc, int baseLineno) argument
1684 parseTypeAndFlags(StreamTokenizer tk, AttributeDescriptor attDesc, int baseLineno) argument
1741 parseDefaultValues(StreamTokenizer tk, AttributeDescriptor attDesc, int baseLineno) argument
1768 parseAllowedValues(StreamTokenizer tk, AttributeDescriptor attDesc, int baseLineno) argument
1784 parseValueList(StreamTokenizer stk, AttributeDescriptor attDesc, int baseLineno) argument
1883 checkAndAddType(String type, AttributeDescriptor attDesc, int lineno) argument
1918 checkAndAddFlag(String flag, int matched, AttributeDescriptor attDesc, int lineno) argument
[all...]

Completed in 22 milliseconds