|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xpath.XObject
This class represents an XPath object, and is capable of converting the object to various types, such as a string. This class acts as the base class to other XPath type objects, such as XString, and provides polymorphic casting capabilities.
Constructor Summary | |
XObject()
Deprecated. Create an XObject. |
|
XObject(java.lang.Object obj)
Deprecated. Create an XObject. |
Method Summary | |
boolean |
bool()
Deprecated. Cast result object to a boolean. |
java.lang.Object |
castToType(int t,
XPathSupport support)
Deprecated. Cast object to type t. |
boolean |
equals(XObject obj2)
Deprecated. Tell if two objects are functionally equal. |
int |
getType()
Deprecated. Tell what kind of class this is. |
boolean |
greaterThan(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
greaterThanOrEqual(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
lessThan(XObject obj2)
Deprecated. Tell if one object is less than the other. |
boolean |
lessThanOrEqual(XObject obj2)
Deprecated. Tell if one object is less than or equal to the other. |
org.w3c.dom.NodeList |
mutableNodeset()
Deprecated. Cast result object to a nodelist. |
org.w3c.dom.NodeList |
nodeset()
Deprecated. Cast result object to a nodelist. |
boolean |
notEquals(XObject obj2)
Deprecated. Tell if two objects are functionally not equal. |
double |
num()
Deprecated. Cast result object to a number. |
java.lang.Object |
object()
Deprecated. Return a java object that's closes to the represenation that should be handed to an extension. |
org.w3c.dom.DocumentFragment |
rtree()
Deprecated. For functions to override. |
org.w3c.dom.DocumentFragment |
rtree(XPathSupport support)
Deprecated. Cast result object to a result tree fragment. |
java.lang.String |
str()
Deprecated. Cast result object to a string. |
java.lang.String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public XObject()
public XObject(java.lang.Object obj)
Method Detail |
public int getType()
public double num() throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean bool() throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public java.lang.String str()
public java.lang.String toString()
public org.w3c.dom.DocumentFragment rtree(XPathSupport support)
public org.w3c.dom.DocumentFragment rtree()
public java.lang.Object object()
public org.w3c.dom.NodeList nodeset() throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public org.w3c.dom.NodeList mutableNodeset() throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public java.lang.Object castToType(int t, XPathSupport support) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean lessThan(XObject obj2) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean lessThanOrEqual(XObject obj2) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean greaterThan(XObject obj2) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean greaterThanOrEqual(XObject obj2) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
public boolean equals(XObject obj2) throws org.xml.sax.SAXException
public boolean notEquals(XObject obj2) throws org.xml.sax.SAXException, javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |