Searched defs:XObject (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXObject.java36 public class XObject extends JLabel { class in inherits:JLabel
39 public final static XObject NULL_OBJECT = new XObject("null");
40 public XObject (Object object, Icon icon) { method in class:XObject
45 public XObject (Object object) { method in class:XObject
52 if (o instanceof XObject) {
53 return object.equals(((XObject)o).getObject());
71 XObject.useHashCodeRepresentation = useHashCodeRepresentation;
109 System.out.println("Error setting XObject object :"+
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXObject.java21 * $Id: XObject.java,v 1.2.4.1 2005/09/14 20:34:45 jeffsuttor Exp $
50 public class XObject extends Expression implements Serializable, Cloneable class in inherits:Expression,Serializable,Cloneable
61 * Create an XObject.
63 public XObject(){} method in class:XObject
66 * Create an XObject.
71 public XObject(Object obj) method in class:XObject
89 public XObject execute(XPathContext xctxt)
157 * Create the right XObject based on the type of the object passed. This
158 * function can not make an XObject that exposes DOM Nodes, NodeLists, and
163 * @return the right XObject base
[all...]

Completed in 377 milliseconds