Home
last modified time | relevance | path

Searched refs:attrExp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunDATable.java393 String attrExp = tk.nextToken(); in processReply() local
398 new ServiceLocationAttribute("(" + attrExp + ")", false); in processReply()
H A DSLPConfig.java504 String attrExp = (String)sAttrs.elementAt(i); in getAttributes() local
506 new ServiceLocationAttribute(attrExp, false); in getAttributes()