Home | History | Annotate | Download | only in xpath

Lines Matching refs:QName

21 import javax.xml.namespace.QName;
88 * variable, function and QName resolution and return type conversion.</p>
108 public Object evaluate(Object item, QName returnType)
114 * <p>This method calls {@link #evaluate(Object item, QName returnType)} with a <code>returnType</code> of
118 * variable, function and QName resolution and return type conversion.</p>
139 * {@link #evaluate(Object item, QName returnType)} on the resulting document object.</p>
142 * variable, function and QName resolution and return type conversion.</p>
160 public Object evaluate(InputSource source, QName returnType)
167 * <p>This method calls {@link #evaluate(InputSource source, QName returnType)} with a <code>returnType</code> of
171 * variable, function and QName resolution and return type conversion.</p>