blob: f62ba0b3e9fb58f1ffc040c359d9d15786c73613 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 22 17:12:58 EST 2007 -->
<TITLE>
Xalan-Java 2.7.1: Class XNodeSet
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XNodeSet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/xpath/objects/XMLStringFactoryImpl.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xpath/objects/XNodeSetForDOM.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="XNodeSet.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.xpath.objects.XObject">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.xpath.objects</FONT>
<BR>
Class XNodeSet</H2>
<PRE>
java.lang.Object
|
+--<A HREF="../../../../org/apache/xpath/Expression.html">org.apache.xpath.Expression</A>
|
+--<A HREF="../../../../org/apache/xpath/objects/XObject.html">org.apache.xpath.objects.XObject</A>
|
+--<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html">org.apache.xpath.axes.NodeSequence</A>
|
+--<B>org.apache.xpath.objects.XNodeSet</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/xpath/objects/XNodeSetForDOM.html">XNodeSetForDOM</A>, <A HREF="../../../../org/apache/xpath/objects/XNull.html">XNull</A></DD>
</DL>
<HR>
<DL>
<DT>public class <B>XNodeSet</B><DT>extends <A HREF="../../../../org/apache/xpath/axes/NodeSequence.html">NodeSequence</A></DL>
<P>
This class represents an XPath nodeset object, and is capable of
converting the nodeset to other types, such as a string.
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../../../../serialized-form.html#org.apache.xpath.objects.XNodeSet">Serialized Form</A><DT><B>Usage:</B><DD></DD>
</DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="fields_inherited_from_class_org.apache.xpath.objects.XObject"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields inherited from class org.apache.xpath.objects.<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_BOOLEAN">CLASS_BOOLEAN</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_NODESET">CLASS_NODESET</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_NULL">CLASS_NULL</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_NUMBER">CLASS_NUMBER</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_RTREEFRAG">CLASS_RTREEFRAG</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_STRING">CLASS_STRING</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_UNKNOWN">CLASS_UNKNOWN</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#CLASS_UNRESOLVEDVARIABLE">CLASS_UNRESOLVEDVARIABLE</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#XNodeSet(org.apache.xml.dtm.DTMIterator)">XNodeSet</A></B>(<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A>&nbsp;val)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a XNodeSet object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#XNodeSet(org.apache.xml.dtm.DTMManager)">XNodeSet</A></B>(<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;dtmMgr)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct an empty XNodeSet object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#XNodeSet(int, org.apache.xml.dtm.DTMManager)">XNodeSet</A></B>(int&nbsp;n,
<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;dtmMgr)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a XNodeSet object for one node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#XNodeSet(org.apache.xpath.objects.XNodeSet)">XNodeSet</A></B>(<A HREF="../../../../org/apache/xpath/objects/XNodeSet.html">XNodeSet</A>&nbsp;val)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a XNodeSet object.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Method Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#appendToFsb(org.apache.xml.utils.FastStringBuffer)">appendToFsb</A></B>(<A HREF="../../../../org/apache/xml/utils/FastStringBuffer.html">FastStringBuffer</A>&nbsp;fsb)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#bool()">bool</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a boolean.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#boolWithSideEffects()">boolWithSideEffects</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a boolean, but allow side effects, such as the
incrementing of an iterator.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#compare(org.apache.xpath.objects.XObject, org.apache.xpath.objects.Comparator)">compare</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2,
org.apache.xpath.objects.Comparator&nbsp;comparator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if one object is less than the other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#dispatchCharactersEvents(org.xml.sax.ContentHandler)">dispatchCharactersEvents</A></B>(<A HREF="../../../../org/xml/sax/ContentHandler.html">ContentHandler</A>&nbsp;ch)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Directly call the
characters method on the passed ContentHandler for the
string-value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#equals(org.apache.xpath.objects.XObject)">equals</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if two objects are functionally equal.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#getFresh()">getFresh</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a fresh copy of the object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#getNumberFromNode(int)">getNumberFromNode</A></B>(int&nbsp;n)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get numeric value of the string conversion from a single node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xml/utils/XMLString.html">XMLString</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#getStringFromNode(int)">getStringFromNode</A></B>(int&nbsp;n)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the string conversion from a single node.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#getType()">getType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell that this is a CLASS_NODESET.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#getTypeString()">getTypeString</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Given a request type, return the equivalent string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#greaterThan(org.apache.xpath.objects.XObject)">greaterThan</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if one object is less than the other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#greaterThanOrEqual(org.apache.xpath.objects.XObject)">greaterThanOrEqual</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if one object is less than the other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#iter()">iter</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a nodelist.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#iterRaw()">iterRaw</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the iterator without cloning, etc.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#lessThan(org.apache.xpath.objects.XObject)">lessThan</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if one object is less than the other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#lessThanOrEqual(org.apache.xpath.objects.XObject)">lessThanOrEqual</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if one object is less than or equal to the other.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xpath/NodeSetDTM.html">NodeSetDTM</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#mutableNodeset()">mutableNodeset</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a mutableNodeset.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/w3c/dom/NodeList.html">NodeList</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#nodelist()">nodelist</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a nodelist.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/w3c/dom/traversal/NodeIterator.html">NodeIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#nodeset()">nodeset</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a nodelist.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#notEquals(org.apache.xpath.objects.XObject)">notEquals</A></B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if two objects are functionally not equal.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#num()">num</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#numWithSideEffects()">numWithSideEffects</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a number, but allow side effects, such as the
incrementing of an iterator.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#object()">object</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return a java object that's closest to the representation
that should be handed to an extension.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#release(org.apache.xml.dtm.DTMIterator)">release</A></B>(<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A>&nbsp;iter)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#str()">str</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to a string.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xml/utils/XMLString.html">XMLString</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xpath/objects/XNodeSet.html#xstr()">xstr</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Cast result object to an XMLString.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xpath.axes.NodeSequence"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.xpath.axes.<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html">NodeSequence</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#allowDetachToRelease(boolean)">allowDetachToRelease</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#clone()">clone</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#cloneWithReset()">cloneWithReset</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#detach()">detach</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#fixupVariables(java.util.Vector, int)">fixupVariables</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getAnalysisBits()">getAnalysisBits</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getAxis()">getAxis</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getContainedIter()">getContainedIter</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getCurrentNode()">getCurrentNode</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getCurrentPos()">getCurrentPos</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getDTM(int)">getDTM</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getDTMManager()">getDTMManager</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getExpandEntityReferences()">getExpandEntityReferences</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getLength()">getLength</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getRoot()">getRoot</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#getWhatToShow()">getWhatToShow</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#hasCache()">hasCache</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#isDocOrdered()">isDocOrdered</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#isFresh()">isFresh</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#isMutable()">isMutable</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#item(int)">item</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#nextNode()">nextNode</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#previousNode()">previousNode</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#reset()">reset</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#runTo(int)">runTo</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#setCurrentPos(int)">setCurrentPos</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#setItem(int, int)">setItem</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#setIter(org.apache.xml.dtm.DTMIterator)">setIter</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#setRoot(int, java.lang.Object)">setRoot</A>,
<A HREF="../../../../org/apache/xpath/axes/NodeSequence.html#setShouldCacheNodes(boolean)">setShouldCacheNodes</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xpath.objects.XObject"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.xpath.objects.<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xpath/objects/XObject.html#callVisitors(org.apache.xpath.ExpressionOwner, org.apache.xpath.XPathVisitor)">callVisitors</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#castToType(int, org.apache.xpath.XPathContext)">castToType</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#create(java.lang.Object)">create</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#create(java.lang.Object, org.apache.xpath.XPathContext)">create</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#deepEquals(org.apache.xpath.Expression)">deepEquals</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#destruct()">destruct</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#execute(org.apache.xpath.XPathContext)">execute</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#rtf()">rtf</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#rtf(org.apache.xpath.XPathContext)">rtf</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#rtree()">rtree</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#rtree(org.apache.xpath.XPathContext)">rtree</A>,
<A HREF="../../../../org/apache/xpath/objects/XObject.html#toString()">toString</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xpath.Expression"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.xpath.<A HREF="../../../../org/apache/xpath/Expression.html">Expression</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xpath/Expression.html#asIterator(org.apache.xpath.XPathContext, int)">asIterator</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#asIteratorRaw(org.apache.xpath.XPathContext, int)">asIteratorRaw</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#asNode(org.apache.xpath.XPathContext)">asNode</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#assertion(boolean, java.lang.String)">assertion</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#bool(org.apache.xpath.XPathContext)">bool</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#canTraverseOutsideSubtree()">canTraverseOutsideSubtree</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#error(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[])">error</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#execute(org.apache.xpath.XPathContext, boolean)">execute</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#execute(org.apache.xpath.XPathContext, int)">execute</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#execute(org.apache.xpath.XPathContext, int, org.apache.xml.dtm.DTM, int)">execute</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#executeCharsToContentHandler(org.apache.xpath.XPathContext, org.xml.sax.ContentHandler)">executeCharsToContentHandler</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#exprAddChild(org.apache.xpath.ExpressionNode, int)">exprAddChild</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#exprGetChild(int)">exprGetChild</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#exprGetNumChildren()">exprGetNumChildren</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#exprGetParent()">exprGetParent</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#exprSetParent(org.apache.xpath.ExpressionNode)">exprSetParent</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#getColumnNumber()">getColumnNumber</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#getExpressionOwner()">getExpressionOwner</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#getLineNumber()">getLineNumber</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#getPublicId()">getPublicId</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#getSystemId()">getSystemId</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#isNodesetExpr()">isNodesetExpr</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#isStableNumber()">isStableNumber</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#num(org.apache.xpath.XPathContext)">num</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#warn(org.apache.xpath.XPathContext, java.lang.String, java.lang.Object[])">warn</A>,
<A HREF="../../../../org/apache/xpath/Expression.html#xstr(org.apache.xpath.XPathContext)">xstr</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="XNodeSet(org.apache.xml.dtm.DTMIterator)"><!-- --></A><H3>
XNodeSet</H3>
<PRE>
public <B>XNodeSet</B>(<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A>&nbsp;val)</PRE>
<DL>
<DD>Construct a XNodeSet object.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>val</CODE> - Value of the XNodeSet object</DL>
</DD>
</DL>
<HR>
<A NAME="XNodeSet(org.apache.xpath.objects.XNodeSet)"><!-- --></A><H3>
XNodeSet</H3>
<PRE>
public <B>XNodeSet</B>(<A HREF="../../../../org/apache/xpath/objects/XNodeSet.html">XNodeSet</A>&nbsp;val)</PRE>
<DL>
<DD>Construct a XNodeSet object.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>val</CODE> - Value of the XNodeSet object</DL>
</DD>
</DL>
<HR>
<A NAME="XNodeSet(org.apache.xml.dtm.DTMManager)"><!-- --></A><H3>
XNodeSet</H3>
<PRE>
public <B>XNodeSet</B>(<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;dtmMgr)</PRE>
<DL>
<DD>Construct an empty XNodeSet object. This is used to create a mutable
nodeset to which random nodes may be added.</DL>
<HR>
<A NAME="XNodeSet(int, org.apache.xml.dtm.DTMManager)"><!-- --></A><H3>
XNodeSet</H3>
<PRE>
public <B>XNodeSet</B>(int&nbsp;n,
<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;dtmMgr)</PRE>
<DL>
<DD>Construct a XNodeSet object for one node.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>n</CODE> - Node to add to the new XNodeSet object</DL>
</DD>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getType()"><!-- --></A><H3>
getType</H3>
<PRE>
public int <B>getType</B>()</PRE>
<DL>
<DD>Tell that this is a CLASS_NODESET.<DD><DL>
<DT><B>Returns:</B><DD>type CLASS_NODESET<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#getType()">getType</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="getTypeString()"><!-- --></A><H3>
getTypeString</H3>
<PRE>
public java.lang.String <B>getTypeString</B>()</PRE>
<DL>
<DD>Given a request type, return the equivalent string.
For diagnostic purposes.<DD><DL>
<DT><B>Returns:</B><DD>type string "#NODESET"<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#getTypeString()">getTypeString</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="getNumberFromNode(int)"><!-- --></A><H3>
getNumberFromNode</H3>
<PRE>
public double <B>getNumberFromNode</B>(int&nbsp;n)</PRE>
<DL>
<DD>Get numeric value of the string conversion from a single node.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>n</CODE> - Node to convert<DT><B>Returns:</B><DD>numeric value of the string conversion from a single node.</DL>
</DD>
</DL>
<HR>
<A NAME="num()"><!-- --></A><H3>
num</H3>
<PRE>
public double <B>num</B>()</PRE>
<DL>
<DD>Cast result object to a number.<DD><DL>
<DT><B>Returns:</B><DD>numeric value of the string conversion from the
next node in the NodeSetDTM, or NAN if no node was found<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#num()">num</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="numWithSideEffects()"><!-- --></A><H3>
numWithSideEffects</H3>
<PRE>
public double <B>numWithSideEffects</B>()</PRE>
<DL>
<DD>Cast result object to a number, but allow side effects, such as the
incrementing of an iterator.<DD><DL>
<DT><B>Returns:</B><DD>numeric value of the string conversion from the
next node in the NodeSetDTM, or NAN if no node was found<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#numWithSideEffects()">numWithSideEffects</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="bool()"><!-- --></A><H3>
bool</H3>
<PRE>
public boolean <B>bool</B>()</PRE>
<DL>
<DD>Cast result object to a boolean.<DD><DL>
<DT><B>Returns:</B><DD>True if there is a next node in the nodeset<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#bool()">bool</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="boolWithSideEffects()"><!-- --></A><H3>
boolWithSideEffects</H3>
<PRE>
public boolean <B>boolWithSideEffects</B>()</PRE>
<DL>
<DD>Cast result object to a boolean, but allow side effects, such as the
incrementing of an iterator.<DD><DL>
<DT><B>Returns:</B><DD>True if there is a next node in the nodeset<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#boolWithSideEffects()">boolWithSideEffects</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="getStringFromNode(int)"><!-- --></A><H3>
getStringFromNode</H3>
<PRE>
public <A HREF="../../../../org/apache/xml/utils/XMLString.html">XMLString</A> <B>getStringFromNode</B>(int&nbsp;n)</PRE>
<DL>
<DD>Get the string conversion from a single node.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>n</CODE> - Node to convert<DT><B>Returns:</B><DD>the string conversion from a single node.</DL>
</DD>
</DL>
<HR>
<A NAME="dispatchCharactersEvents(org.xml.sax.ContentHandler)"><!-- --></A><H3>
dispatchCharactersEvents</H3>
<PRE>
public void <B>dispatchCharactersEvents</B>(<A HREF="../../../../org/xml/sax/ContentHandler.html">ContentHandler</A>&nbsp;ch)
throws <A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A></PRE>
<DL>
<DD>Directly call the
characters method on the passed ContentHandler for the
string-value. Multiple calls to the
ContentHandler's characters methods may well occur for a single call to
this method.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>ch</CODE> - A non-null reference to a ContentHandler.<DT><B>Throws:</B><DD><A HREF="../../../../org/xml/sax/SAXException.html">SAXException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#dispatchCharactersEvents(org.xml.sax.ContentHandler)">dispatchCharactersEvents</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="xstr()"><!-- --></A><H3>
xstr</H3>
<PRE>
public <A HREF="../../../../org/apache/xml/utils/XMLString.html">XMLString</A> <B>xstr</B>()</PRE>
<DL>
<DD>Cast result object to an XMLString.<DD><DL>
<DT><B>Returns:</B><DD>The document fragment node data or the empty string.<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#xstr()">xstr</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="appendToFsb(org.apache.xml.utils.FastStringBuffer)"><!-- --></A><H3>
appendToFsb</H3>
<PRE>
public void <B>appendToFsb</B>(<A HREF="../../../../org/apache/xml/utils/FastStringBuffer.html">FastStringBuffer</A>&nbsp;fsb)</PRE>
<DL>
<DD>Cast result object to a string.<DD><DL>
<DT><B>Returns:</B><DD>The string this wraps or the empty string if null<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#appendToFsb(org.apache.xml.utils.FastStringBuffer)">appendToFsb</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="str()"><!-- --></A><H3>
str</H3>
<PRE>
public java.lang.String <B>str</B>()</PRE>
<DL>
<DD>Cast result object to a string.<DD><DL>
<DT><B>Returns:</B><DD>the string conversion from the next node in the nodeset
or "" if there is no next node<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#str()">str</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="object()"><!-- --></A><H3>
object</H3>
<PRE>
public java.lang.Object <B>object</B>()</PRE>
<DL>
<DD>Return a java object that's closest to the representation
that should be handed to an extension.<DD><DL>
<DT><B>Returns:</B><DD>The object that this class wraps<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#object()">object</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="nodeset()"><!-- --></A><H3>
nodeset</H3>
<PRE>
public <A HREF="../../../../org/w3c/dom/traversal/NodeIterator.html">NodeIterator</A> <B>nodeset</B>()
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Cast result object to a nodelist.<DD><DL>
<DT><B>Returns:</B><DD>a NodeIterator.<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#nodeset()">nodeset</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="nodelist()"><!-- --></A><H3>
nodelist</H3>
<PRE>
public <A HREF="../../../../org/w3c/dom/NodeList.html">NodeList</A> <B>nodelist</B>()
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Cast result object to a nodelist.<DD><DL>
<DT><B>Returns:</B><DD>a NodeList.<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#nodelist()">nodelist</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="iterRaw()"><!-- --></A><H3>
iterRaw</H3>
<PRE>
public <A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A> <B>iterRaw</B>()</PRE>
<DL>
<DD>Return the iterator without cloning, etc.</DL>
<HR>
<A NAME="release(org.apache.xml.dtm.DTMIterator)"><!-- --></A><H3>
release</H3>
<PRE>
public void <B>release</B>(<A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A>&nbsp;iter)</PRE>
<DL>
</DL>
<HR>
<A NAME="iter()"><!-- --></A><H3>
iter</H3>
<PRE>
public <A HREF="../../../../org/apache/xml/dtm/DTMIterator.html">DTMIterator</A> <B>iter</B>()</PRE>
<DL>
<DD>Cast result object to a nodelist.<DD><DL>
<DT><B>Returns:</B><DD>The nodeset as a nodelist<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#iter()">iter</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="getFresh()"><!-- --></A><H3>
getFresh</H3>
<PRE>
public <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A> <B>getFresh</B>()</PRE>
<DL>
<DD>Get a fresh copy of the object. For use with variables.<DD><DL>
<DT><B>Returns:</B><DD>A fresh nodelist.<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#getFresh()">getFresh</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="mutableNodeset()"><!-- --></A><H3>
mutableNodeset</H3>
<PRE>
public <A HREF="../../../../org/apache/xpath/NodeSetDTM.html">NodeSetDTM</A> <B>mutableNodeset</B>()</PRE>
<DL>
<DD>Cast result object to a mutableNodeset.<DD><DL>
<DT><B>Returns:</B><DD>The nodeset as a mutableNodeset<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#mutableNodeset()">mutableNodeset</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="compare(org.apache.xpath.objects.XObject, org.apache.xpath.objects.Comparator)"><!-- --></A><H3>
compare</H3>
<PRE>
public boolean <B>compare</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2,
org.apache.xpath.objects.Comparator&nbsp;comparator)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if one object is less than the other.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - Object to compare this nodeset to<DD><CODE>comparator</CODE> - Comparator to use<DT><B>Returns:</B><DD>See the comments below for each object type comparison<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;</DL>
</DD>
</DL>
<HR>
<A NAME="lessThan(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
lessThan</H3>
<PRE>
public boolean <B>lessThan</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if one object is less than the other.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#lessThan(org.apache.xpath.objects.XObject)">lessThan</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="lessThanOrEqual(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
lessThanOrEqual</H3>
<PRE>
public boolean <B>lessThanOrEqual</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if one object is less than or equal to the other.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#lessThanOrEqual(org.apache.xpath.objects.XObject)">lessThanOrEqual</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="greaterThan(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
greaterThan</H3>
<PRE>
public boolean <B>greaterThan</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if one object is less than the other.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#greaterThan(org.apache.xpath.objects.XObject)">greaterThan</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="greaterThanOrEqual(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
greaterThanOrEqual</H3>
<PRE>
public boolean <B>greaterThanOrEqual</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if one object is less than the other.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#greaterThanOrEqual(org.apache.xpath.objects.XObject)">greaterThanOrEqual</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="equals(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)</PRE>
<DL>
<DD>Tell if two objects are functionally equal.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#equals(org.apache.xpath.objects.XObject)">equals</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<HR>
<A NAME="notEquals(org.apache.xpath.objects.XObject)"><!-- --></A><H3>
notEquals</H3>
<PRE>
public boolean <B>notEquals</B>(<A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A>&nbsp;obj2)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Tell if two objects are functionally not equal.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>obj2</CODE> - object to compare this nodeset to<DT><B>Returns:</B><DD>see this.compare(...)<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xpath/objects/XObject.html#notEquals(org.apache.xpath.objects.XObject)">notEquals</A> in class <A HREF="../../../../org/apache/xpath/objects/XObject.html">XObject</A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XNodeSet.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/xpath/objects/XMLStringFactoryImpl.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xpath/objects/XNodeSetForDOM.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="XNodeSet.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.xpath.objects.XObject">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2006 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>