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

/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXObject.java19 * $Id: XObject.java 469368 2006-10-31 04:41:36Z minchau $
48 public class XObject extends Expression implements Serializable, Cloneable class in inherits:Expression,Serializable,Cloneable
59 * Create an XObject.
61 public XObject(){} method in class:XObject
64 * Create an XObject.
69 public XObject(Object obj) method in class:XObject
87 public XObject execute(XPathContext xctxt)
155 * Create the right XObject based on the type of the object passed. This
156 * function can not make an XObject that exposes DOM Nodes, NodeLists, and
161 * @return the right XObject base
[all...]

Completed in 72 milliseconds