Lines Matching refs:name

112      * <p>Pass a qualified name as a two-part string, the namespace URI
113 * enclosed in curly braces ({}), followed by the local name. If the
114 * name has a null URL, the String only contain the local name. An
116 * first character of the name is a '{' character.</p>
117 * <p>For example, if a URI and local name were obtained from an element
120 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
123 * @param name The name of the parameter, which may begin with a
131 public abstract void setParameter(String name, Object value);
140 * @param name of <code>Object</code> to get
144 public abstract Object getParameter(String name);
152 * {@link #setParameter(String name, Object value)} should be used when the
155 * {@link #setParameter(String name, Object value)}.
160 * If the name of a new parameter is equal to the name of an existing
205 * <p>Pass a qualified property key name as a two-part string, the namespace
206 * URI enclosed in curly braces ({}), followed by the local name. If the
207 * name has a null URL, the String only contain the local name. An
209 * first character of the name is a '{' character.</p>
210 * <p>For example, if a URI and local name were obtained from an element
213 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
272 * <p>Pass a qualified property name as a two-part string, the namespace URI
273 * enclosed in curly braces ({}), followed by the local name. If the
274 * name has a null URL, the String only contain the local name. An
276 * first character of the name is a '{' character.</p>
277 * <p>For example, if a URI and local name were obtained from an element
280 * then the qualified name would be "{http://xyz.foo.com/yada/baz.html}foo".
286 * @param name A non-null String that specifies an output
287 * property name, which may be namespace qualified.
295 public abstract void setOutputProperty(String name, String value)
309 * @param name A non-null String that specifies an output
310 * property name, which may be namespace qualified.
319 public abstract String getOutputProperty(String name)