Lines Matching defs:object

34  * This class represents an XPath nodeset object, and is capable of
49 * Construct a XNodeSet object.
51 * @param val Value of the XNodeSet object
75 * Construct a XNodeSet object.
77 * @param val Value of the XNodeSet object
92 * Construct an empty XNodeSet object. This is used to create a mutable
101 * Construct a XNodeSet object for one node.
103 * @param n Node to add to the new XNodeSet object
155 * Cast result object to a number.
168 * Cast result object to a number, but allow side effects, such as the
183 * Cast result object to a boolean.
193 * Cast result object to a boolean, but allow side effects, such as the
249 * Cast result object to an XMLString.
260 * Cast result object to a string.
272 * Cast result object to a string.
284 * Return a java object that's closest to the representation
287 * @return The object that this class wraps
289 public Object object()
300 // * Cast result object to a result tree fragment.
326 * Cast result object to a nodelist.
338 * Cast result object to a nodelist.
358 // * Return a java object that's closest to the representation
361 // * @return The object that this class wraps
363 // public Object object()
381 * Cast result object to a nodelist.
401 * Get a fresh copy of the object. For use with variables.
421 * Cast result object to a mutableNodeset.
463 * Tell if one object is less than the other.
468 * @return See the comments below for each object type comparison
546 // If one object to be compared is a node-set and the other is a boolean,
560 // If one object to be compared is a node-set and the other is a number,
606 // If one object to be compared is a node-set and the other is a
636 * Tell if one object is less than the other.
638 * @param obj2 object to compare this nodeset to
650 * Tell if one object is less than or equal to the other.
652 * @param obj2 object to compare this nodeset to
664 * Tell if one object is less than the other.
666 * @param obj2 object to compare this nodeset to
678 * Tell if one object is less than the other.
680 * @param obj2 object to compare this nodeset to
695 * @param obj2 object to compare this nodeset to
716 * @param obj2 object to compare this nodeset to