blob: e6689b40b57b9ded9ad70d866e7f0bc35dcb52e0 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 22 17:12:46 EST 2007 -->
<TITLE>
Xalan-Java 2.7.1: Uses of Interface org.apache.xalan.xsltc.Translet
</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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Translet.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H2>
<B>Uses of Interface<br>org.apache.xalan.xsltc.Translet</B></H2>
</CENTER>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.xalan.xsltc"><B>org.apache.xalan.xsltc</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.xalan.xsltc.dom"><B>org.apache.xalan.xsltc.dom</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.xalan.xsltc.runtime"><B>org.apache.xalan.xsltc.runtime</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.apache.xalan.xsltc.trax"><B>org.apache.xalan.xsltc.trax</B></A></TD>
<TD>&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="org.apache.xalan.xsltc"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A> in <A HREF="../../../../../org/apache/xalan/xsltc/package-summary.html">org.apache.xalan.xsltc</A></FONT></TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xalan/xsltc/package-summary.html">org.apache.xalan.xsltc</A> with parameters of type <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A></CODE></FONT></TD>
<TD><CODE><B>DOMCache.<A HREF="../../../../../org/apache/xalan/xsltc/DOMCache.html#retrieveDocument(java.lang.String, java.lang.String, org.apache.xalan.xsltc.Translet)">retrieveDocument</A></B>(java.lang.String&nbsp;baseURI,
java.lang.String&nbsp;href,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is responsible for:
(1) building the DOMImpl tree
Parser _parser = new Parser();
DOMImpl _dom = new DOMImpl();
_parser.setDocumentHandler(_dom.getBuilder());
_parser.setDTDHandler(_dom.getBuilder());
_parser.parse(uri);
(2) giving the translet an early opportunity to extract anything from
the DOMImpl that it would like
translet.documentPrepass(_dom);
(3) setting the document URI:
_dom.setDocumentURI(uri);</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="org.apache.xalan.xsltc.dom"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A> in <A HREF="../../../../../org/apache/xalan/xsltc/dom/package-summary.html">org.apache.xalan.xsltc.dom</A></FONT></TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Fields in <A HREF="../../../../../org/apache/xalan/xsltc/dom/package-summary.html">org.apache.xalan.xsltc.dom</A> declared as <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></CODE></FONT></TD>
<TD><CODE><B>NodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeCounter.html#_translet">_translet</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xalan/xsltc/dom/package-summary.html">org.apache.xalan.xsltc.dom</A> with parameters of type <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeCounter.html">NodeCounter</A></CODE></FONT></TD>
<TD><CODE><B>SingleNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/SingleNodeCounter.html#getDefaultNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">getDefaultNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</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;<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A></CODE></FONT></TD>
<TD><CODE><B>DocumentCache.<A HREF="../../../../../org/apache/xalan/xsltc/dom/DocumentCache.html#retrieveDocument(java.lang.String, java.lang.String, org.apache.xalan.xsltc.Translet)">retrieveDocument</A></B>(java.lang.String&nbsp;baseURI,
java.lang.String&nbsp;href,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;trs)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a document either by finding it in the cache or
downloading it and putting it in the cache.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeCounter.html">NodeCounter</A></CODE></FONT></TD>
<TD><CODE><B>AnyNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/AnyNodeCounter.html#getDefaultNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">getDefaultNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</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>static&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeCounter.html">NodeCounter</A></CODE></FONT></TD>
<TD><CODE><B>MultipleNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/MultipleNodeCounter.html#getDefaultNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">getDefaultNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/apache/xalan/xsltc/dom/package-summary.html">org.apache.xalan.xsltc.dom</A> with parameters of type <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B>SingleNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/SingleNodeCounter.html#SingleNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">SingleNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B>AnyNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/AnyNodeCounter.html#AnyNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">AnyNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B>NodeSortRecordFactory.<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeSortRecordFactory.html#NodeSortRecordFactory(org.apache.xalan.xsltc.DOM, java.lang.String, org.apache.xalan.xsltc.Translet, java.lang.String[], java.lang.String[])">NodeSortRecordFactory</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;dom,
java.lang.String&nbsp;className,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
java.lang.String[]&nbsp;order,
java.lang.String[]&nbsp;type)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>This constructor is no longer used in generated code. It
exists only for backwards compatibility.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B>NodeSortRecordFactory.<A HREF="../../../../../org/apache/xalan/xsltc/dom/NodeSortRecordFactory.html#NodeSortRecordFactory(org.apache.xalan.xsltc.DOM, java.lang.String, org.apache.xalan.xsltc.Translet, java.lang.String[], java.lang.String[], java.lang.String[], java.lang.String[])">NodeSortRecordFactory</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;dom,
java.lang.String&nbsp;className,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
java.lang.String[]&nbsp;order,
java.lang.String[]&nbsp;type,
java.lang.String[]&nbsp;lang,
java.lang.String[]&nbsp;caseOrder)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a NodeSortRecord producing object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B>MultipleNodeCounter.<A HREF="../../../../../org/apache/xalan/xsltc/dom/MultipleNodeCounter.html#MultipleNodeCounter(org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM, org.apache.xml.dtm.DTMAxisIterator)">MultipleNodeCounter</A></B>(<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;document,
<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A>&nbsp;iterator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="org.apache.xalan.xsltc.runtime"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A> in <A HREF="../../../../../org/apache/xalan/xsltc/runtime/package-summary.html">org.apache.xalan.xsltc.runtime</A></FONT></TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../../org/apache/xalan/xsltc/runtime/package-summary.html">org.apache.xalan.xsltc.runtime</A> that implement <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/xalan/xsltc/runtime/AbstractTranslet.html">AbstractTranslet</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xalan/xsltc/runtime/package-summary.html">org.apache.xalan.xsltc.runtime</A> with parameters of type <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A></CODE></FONT></TD>
<TD><CODE><B>BasisLibrary.<A HREF="../../../../../org/apache/xalan/xsltc/runtime/BasisLibrary.html#node2Iterator(org.w3c.dom.Node, org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM)">node2Iterator</A></B>(<A HREF="../../../../../org/w3c/dom/Node.html">Node</A>&nbsp;node,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;dom)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility function used to convert a w3c Node into an internal DOM iterator.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../../org/apache/xml/dtm/DTMAxisIterator.html">DTMAxisIterator</A></CODE></FONT></TD>
<TD><CODE><B>BasisLibrary.<A HREF="../../../../../org/apache/xalan/xsltc/runtime/BasisLibrary.html#nodeList2Iterator(org.w3c.dom.NodeList, org.apache.xalan.xsltc.Translet, org.apache.xalan.xsltc.DOM)">nodeList2Iterator</A></B>(<A HREF="../../../../../org/w3c/dom/NodeList.html">NodeList</A>&nbsp;nodeList,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet,
<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A>&nbsp;dom)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Utility function used to convert a w3c NodeList into a internal
DOM iterator.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="org.apache.xalan.xsltc.trax"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A> in <A HREF="../../../../../org/apache/xalan/xsltc/trax/package-summary.html">org.apache.xalan.xsltc.trax</A></FONT></TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../../org/apache/xalan/xsltc/trax/package-summary.html">org.apache.xalan.xsltc.trax</A> with parameters of type <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/xalan/xsltc/DOM.html">DOM</A></CODE></FONT></TD>
<TD><CODE><B>TransformerImpl.<A HREF="../../../../../org/apache/xalan/xsltc/trax/TransformerImpl.html#retrieveDocument(java.lang.String, java.lang.String, org.apache.xalan.xsltc.Translet)">retrieveDocument</A></B>(java.lang.String&nbsp;baseURI,
java.lang.String&nbsp;href,
<A HREF="../../../../../org/apache/xalan/xsltc/Translet.html">Translet</A>&nbsp;translet)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class should only be used as a DOMCache for the translet if the
URIResolver has been set.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/xalan/xsltc/Translet.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&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;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="Translet.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2006 Apache XML Project. All Rights Reserved.
</BODY>
</HTML>