blob: 243eafdbfce72f8a09bf5372f610c8425ada2d9f [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 RTFIterator
</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/RTFIterator.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/axes/ReverseAxesWalker.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xpath/axes/SelfIteratorNoPredicate.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="RTFIterator.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;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.apache.xpath.NodeSetDTM">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;METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.xpath.axes</FONT>
<BR>
Class RTFIterator</H2>
<PRE>
java.lang.Object
|
+--<A HREF="../../../../org/apache/xml/utils/NodeVector.html">org.apache.xml.utils.NodeVector</A>
|
+--<A HREF="../../../../org/apache/xpath/NodeSetDTM.html">org.apache.xpath.NodeSetDTM</A>
|
+--<B>org.apache.xpath.axes.RTFIterator</B>
</PRE>
<HR>
<DL>
<DT>public class <B>RTFIterator</B><DT>extends <A HREF="../../../../org/apache/xpath/NodeSetDTM.html">NodeSetDTM</A></DL>
<P>
<DL>
<DT><B>See Also: </B><DD><A HREF="../../../../serialized-form.html#org.apache.xpath.axes.RTFIterator">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<!-- ======== 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/axes/RTFIterator.html#RTFIterator(int, org.apache.xml.dtm.DTMManager)">RTFIterator</A></B>(int&nbsp;root,
<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;manager)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for RTFIterator</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="methods_inherited_from_class_org.apache.xpath.NodeSetDTM"><!-- --></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/NodeSetDTM.html">NodeSetDTM</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addElement(int)">addElement</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addNode(int)">addNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addNodeInDocOrder(int, boolean, org.apache.xpath.XPathContext)">addNodeInDocOrder</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addNodeInDocOrder(int, org.apache.xpath.XPathContext)">addNodeInDocOrder</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addNodes(org.apache.xml.dtm.DTMIterator)">addNodes</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#addNodesInDocOrder(org.apache.xml.dtm.DTMIterator, org.apache.xpath.XPathContext)">addNodesInDocOrder</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#allowDetachToRelease(boolean)">allowDetachToRelease</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#appendNodes(org.apache.xml.utils.NodeVector)">appendNodes</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#clone()">clone</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#cloneWithReset()">cloneWithReset</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#contains(int)">contains</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#detach()">detach</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#elementAt(int)">elementAt</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getAxis()">getAxis</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getCurrentNode()">getCurrentNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getCurrentPos()">getCurrentPos</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getDTM(int)">getDTM</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getDTMManager()">getDTMManager</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getExpandEntityReferences()">getExpandEntityReferences</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getFilter()">getFilter</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getLast()">getLast</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getLength()">getLength</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getRoot()">getRoot</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getShouldCacheNodes()">getShouldCacheNodes</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#getWhatToShow()">getWhatToShow</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#indexOf(int)">indexOf</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#indexOf(int, int)">indexOf</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#insertElementAt(int, int)">insertElementAt</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#insertNode(int, int)">insertNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#isDocOrdered()">isDocOrdered</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#isFresh()">isFresh</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#isMutable()">isMutable</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#item(int)">item</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#nextNode()">nextNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#previousNode()">previousNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#removeAllElements()">removeAllElements</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#removeElement(int)">removeElement</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#removeElementAt(int)">removeElementAt</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#removeNode(int)">removeNode</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#reset()">reset</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#runTo(int)">runTo</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setCurrentPos(int)">setCurrentPos</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setElementAt(int, int)">setElementAt</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setEnvironment(java.lang.Object)">setEnvironment</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setItem(int, int)">setItem</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setLast(int)">setLast</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setRoot(int, java.lang.Object)">setRoot</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#setShouldCacheNodes(boolean)">setShouldCacheNodes</A>,
<A HREF="../../../../org/apache/xpath/NodeSetDTM.html#size()">size</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xml.utils.NodeVector"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.xml.utils.<A HREF="../../../../org/apache/xml/utils/NodeVector.html">NodeVector</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xml/utils/NodeVector.html#insertInOrder(int)">insertInOrder</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#peepOrNull()">peepOrNull</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#peepTail()">peepTail</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#peepTailSub1()">peepTailSub1</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#pop()">pop</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#popAndTop()">popAndTop</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#popPair()">popPair</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#popQuick()">popQuick</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#push(int)">push</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#pushPair(int, int)">pushPair</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#RemoveAllNoClear()">RemoveAllNoClear</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#setTail(int)">setTail</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#setTailSub1(int)">setTailSub1</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#sort()">sort</A>,
<A HREF="../../../../org/apache/xml/utils/NodeVector.html#sort(int[], int, int)">sort</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,
toString,
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="RTFIterator(int, org.apache.xml.dtm.DTMManager)"><!-- --></A><H3>
RTFIterator</H3>
<PRE>
public <B>RTFIterator</B>(int&nbsp;root,
<A HREF="../../../../org/apache/xml/dtm/DTMManager.html">DTMManager</A>&nbsp;manager)</PRE>
<DL>
<DD>Constructor for RTFIterator</DL>
<!-- ============ METHOD DETAIL ========== -->
<!-- ========= 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/RTFIterator.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/axes/ReverseAxesWalker.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xpath/axes/SelfIteratorNoPredicate.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="RTFIterator.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;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.apache.xpath.NodeSetDTM">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;METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2006 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>