blob: 420945d98fbf9c659aeec011ee49c9979bef9036 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_18) on Sun Apr 01 21:18:17 PDT 2012 -->
<TITLE>
DOMEnhancedForDTM
</TITLE>
<META NAME="keywords" CONTENT="org.apache.xalan.xsltc.DOMEnhancedForDTM interface">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="DOMEnhancedForDTM";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<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/DOMEnhancedForDTM.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/xalan/xsltc/DOMCache.html" title="interface in org.apache.xalan.xsltc"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xalan/xsltc/NodeIterator.html" title="interface in org.apache.xalan.xsltc"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/xalan/xsltc/DOMEnhancedForDTM.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DOMEnhancedForDTM.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.xalan.xsltc</FONT>
<BR>
Interface DOMEnhancedForDTM</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../../../org/apache/xalan/xsltc/DOM.html" title="interface in org.apache.xalan.xsltc">DOM</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/xalan/xsltc/dom/SAXImpl.html" title="class in org.apache.xalan.xsltc.dom">SAXImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.35"><B>DOMEnhancedForDTM</B></A><DT>extends <A HREF="../../../../org/apache/xalan/xsltc/DOM.html" title="interface in org.apache.xalan.xsltc">DOM</A></DL>
</PRE>
<P>
Interface for SAXImpl which adds methods used at run-time, over and above
those provided by the XSLTC DOM interface. An attempt to avoid the current
"Is the DTM a DOM, if so is it a SAXImpl, . . .
which was producing some ugly replicated code
and introducing bugs where that multipathing had not been
done. This makes it easier to provide other DOM/DOMEnhancedForDTM
implementations, rather than hard-wiring XSLTC to SAXImpl.
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.xalan.xsltc.DOM"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from interface org.apache.xalan.xsltc.<A HREF="../../../../org/apache/xalan/xsltc/DOM.html" title="interface in org.apache.xalan.xsltc">DOM</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xalan/xsltc/DOM.html#ADAPTIVE_RTF">ADAPTIVE_RTF</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#FIRST_TYPE">FIRST_TYPE</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#NO_TYPE">NO_TYPE</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#NULL">NULL</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#RETURN_CURRENT">RETURN_CURRENT</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#RETURN_PARENT">RETURN_PARENT</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#SIMPLE_RTF">SIMPLE_RTF</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#TREE_RTF">TREE_RTF</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</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/xalan/xsltc/DOMEnhancedForDTM.html#getDocumentURI()">getDocumentURI</A></B>()</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;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getElementById(java.lang.String)">getElementById</A></B>(java.lang.String&nbsp;idString)</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;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getExpandedTypeID2(int)">getExpandedTypeID2</A></B>(int&nbsp;nodeHandle)</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;short[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getMapping(java.lang.String[], java.lang.String[], int[])">getMapping</A></B>(java.lang.String[]&nbsp;names,
java.lang.String[]&nbsp;uris,
int[]&nbsp;types)</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;short[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getNamespaceMapping(java.lang.String[])">getNamespaceMapping</A></B>(java.lang.String[]&nbsp;namespaces)</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;int[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getReverseMapping(java.lang.String[], java.lang.String[], int[])">getReverseMapping</A></B>(java.lang.String[]&nbsp;names,
java.lang.String[]&nbsp;uris,
int[]&nbsp;types)</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;short[]</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#getReverseNamespaceMapping(java.lang.String[])">getReverseNamespaceMapping</A></B>(java.lang.String[]&nbsp;namespaces)</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;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#hasDOMSource()">hasDOMSource</A></B>()</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;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/xsltc/DOMEnhancedForDTM.html#setDocumentURI(java.lang.String)">setDocumentURI</A></B>(java.lang.String&nbsp;uri)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xalan.xsltc.DOM"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface org.apache.xalan.xsltc.<A HREF="../../../../org/apache/xalan/xsltc/DOM.html" title="interface in org.apache.xalan.xsltc">DOM</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xalan/xsltc/DOM.html#characters(int, org.apache.xml.serializer.SerializationHandler)">characters</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#copy(org.apache.xml.dtm.DTMAxisIterator, org.apache.xml.serializer.SerializationHandler)">copy</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#copy(int, org.apache.xml.serializer.SerializationHandler)">copy</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getAttributeNode(int, int)">getAttributeNode</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getAxisIterator(int)">getAxisIterator</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getChildren(int)">getChildren</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getDocument()">getDocument</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getDocumentURI(int)">getDocumentURI</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getElementsWithIDs()">getElementsWithIDs</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getExpandedTypeID(int)">getExpandedTypeID</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getIterator()">getIterator</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getLanguage(int)">getLanguage</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNamespaceAxisIterator(int, int)">getNamespaceAxisIterator</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNamespaceName(int)">getNamespaceName</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNamespaceType(int)">getNamespaceType</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNodeHandle(int)">getNodeHandle</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNodeIdent(int)">getNodeIdent</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNodeName(int)">getNodeName</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNodeNameX(int)">getNodeNameX</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNodeValueIterator(org.apache.xml.dtm.DTMAxisIterator, int, java.lang.String, boolean)">getNodeValueIterator</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNSType(int)">getNSType</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getNthDescendant(int, int, boolean)">getNthDescendant</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getOutputDomBuilder()">getOutputDomBuilder</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getParent(int)">getParent</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getResultTreeFrag(int, int)">getResultTreeFrag</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getResultTreeFrag(int, int, boolean)">getResultTreeFrag</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getSize()">getSize</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getStringValue()">getStringValue</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getStringValueX(int)">getStringValueX</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getTypedAxisIterator(int, int)">getTypedAxisIterator</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getTypedChildren(int)">getTypedChildren</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#getUnparsedEntityURI(java.lang.String)">getUnparsedEntityURI</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#isAttribute(int)">isAttribute</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#isElement(int)">isElement</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#lessThan(int, int)">lessThan</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#lookupNamespace(int, java.lang.String)">lookupNamespace</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#makeNode(org.apache.xml.dtm.DTMAxisIterator)">makeNode</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#makeNode(int)">makeNode</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#makeNodeList(org.apache.xml.dtm.DTMAxisIterator)">makeNodeList</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#makeNodeList(int)">makeNodeList</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#orderNodes(org.apache.xml.dtm.DTMAxisIterator, int)">orderNodes</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#setFilter(org.apache.xalan.xsltc.StripFilter)">setFilter</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#setupMapping(java.lang.String[], java.lang.String[], int[], java.lang.String[])">setupMapping</A>, <A HREF="../../../../org/apache/xalan/xsltc/DOM.html#shallowCopy(int, org.apache.xml.serializer.SerializationHandler)">shallowCopy</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getMapping(java.lang.String[], java.lang.String[], int[])"><!-- --></A><H3>
getMapping</H3>
<PRE>
short[] <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.36"><B>getMapping</B></A>(java.lang.String[]&nbsp;names,
java.lang.String[]&nbsp;uris,
int[]&nbsp;types)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getReverseMapping(java.lang.String[], java.lang.String[], int[])"><!-- --></A><H3>
getReverseMapping</H3>
<PRE>
int[] <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.37"><B>getReverseMapping</B></A>(java.lang.String[]&nbsp;names,
java.lang.String[]&nbsp;uris,
int[]&nbsp;types)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNamespaceMapping(java.lang.String[])"><!-- --></A><H3>
getNamespaceMapping</H3>
<PRE>
short[] <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.38"><B>getNamespaceMapping</B></A>(java.lang.String[]&nbsp;namespaces)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getReverseNamespaceMapping(java.lang.String[])"><!-- --></A><H3>
getReverseNamespaceMapping</H3>
<PRE>
short[] <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.39"><B>getReverseNamespaceMapping</B></A>(java.lang.String[]&nbsp;namespaces)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDocumentURI()"><!-- --></A><H3>
getDocumentURI</H3>
<PRE>
java.lang.String <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.40"><B>getDocumentURI</B></A>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setDocumentURI(java.lang.String)"><!-- --></A><H3>
setDocumentURI</H3>
<PRE>
void <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.41"><B>setDocumentURI</B></A>(java.lang.String&nbsp;uri)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getExpandedTypeID2(int)"><!-- --></A><H3>
getExpandedTypeID2</H3>
<PRE>
int <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.42"><B>getExpandedTypeID2</B></A>(int&nbsp;nodeHandle)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hasDOMSource()"><!-- --></A><H3>
hasDOMSource</H3>
<PRE>
boolean <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.43"><B>hasDOMSource</B></A>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getElementById(java.lang.String)"><!-- --></A><H3>
getElementById</H3>
<PRE>
int <A HREF="../../../../src-html/org/apache/xalan/xsltc/DOMEnhancedForDTM.html#line.44"><B>getElementById</B></A>(java.lang.String&nbsp;idString)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<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/DOMEnhancedForDTM.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/xalan/xsltc/DOMCache.html" title="interface in org.apache.xalan.xsltc"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xalan/xsltc/NodeIterator.html" title="interface in org.apache.xalan.xsltc"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/xalan/xsltc/DOMEnhancedForDTM.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DOMEnhancedForDTM.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>