Lines Matching defs:object

42  * This class represents an XPath object, and is capable of
43 * converting the object to various types, such as a string.
53 * The java object which this object wraps.
66 * @param obj Can be any object, should be a specific type
83 * @return This object.
115 * Forces the object to release it's resources. This is more harsh than
155 * Create the right XObject based on the type of the object passed. This
159 * @param val The java object which this object will wrap.
161 * @return the right XObject based on the type of the object passed.
169 * Create the right XObject based on the type of the object passed.
173 * @param val The java object which this object will wrap.
176 * @return the right XObject based on the type of the object passed.
183 /** Constant for NULL object type */
186 /** Constant for UNKNOWN object type */
189 /** Constant for BOOLEAN object type */
192 /** Constant for NUMBER object type */
195 /** Constant for STRING object type */
198 /** Constant for NODESET object type */
201 /** Constant for RESULT TREE FRAGMENT object type */
221 * @return type string "#UNKNOWN" + object class name
225 return "#UNKNOWN (" + object().getClass().getName() + ")";
229 * Cast result object to a number. Always issues an error.
245 * Cast result object to a number, but allow side effects, such as the
257 * Cast result object to a boolean. Always issues an error.
273 * Cast result object to a boolean, but allow side effects, such as the
285 * Cast result object to a string.
295 * Cast result object to a string.
297 * @return The object as a string
305 * Return the string representation of the object
308 * @return the string representation of the object
316 * Cast result object to a result tree fragment.
341 * Cast result object to a result tree fragment.
392 * Return a java object that's closest to the representation
395 * @return The object that this class wraps
397 public Object object()
403 * Cast result object to a nodelist. Always issues an error.
419 * Get a fresh copy of the object. For use with variables.
421 * @return This object, unless overridden by subclass.
430 * Cast result object to a nodelist. Always issues an error.
446 * Cast result object to a nodelist. Always issues an error.
463 * Cast result object to a nodelist. Always issues an error.
465 * @return The object as a NodeSetDTM.
480 * Cast object to type t.
482 * @param t Type of object to cast this to
485 * @return This object as the given type t
529 * Tell if one object is less than the other.
533 * @return True if this object is less than the given object
553 * Tell if one object is less than or equal to the other.
557 * @return True if this object is less than or equal to the given object
577 * Tell if one object is greater than the other.
581 * @return True if this object is greater than the given object
601 * Tell if one object is greater than or equal to the other.
605 * @return True if this object is greater than or equal to the given object
629 * @return True if this object is equal to the given object
657 * @return True if this object is not equal to the given object
724 * Cast result object to a string.
740 assertion(false, "callVisitors should not be called for this object!!!");
751 // still safe from infinite recursion since this object overrides