blob: dbd6846a9a7ef761aa6fda4979e4c4679c579fdf [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Nov 22 17:12:55 EST 2007 -->
<TITLE>
Xalan-Java 2.7.1: Class Stylesheet
</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/Stylesheet.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/templates/RedundentExprEliminator.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.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="Stylesheet.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="#field_summary">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;<A HREF="#field_detail">FIELD</A>&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.xalan.templates</FONT>
<BR>
Class Stylesheet</H2>
<PRE>
java.lang.Object
|
+--<A HREF="../../../../org/apache/xml/utils/UnImplNode.html">org.apache.xml.utils.UnImplNode</A>
|
+--<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">org.apache.xalan.templates.ElemTemplateElement</A>
|
+--<B>org.apache.xalan.templates.Stylesheet</B>
</PRE>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A></DD>
</DL>
<HR>
<DL>
<DT>public class <B>Stylesheet</B><DT>extends <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A><DT>implements java.io.Serializable</DL>
<P>
Represents a stylesheet element.
<p>All properties in this class have a fixed form of bean-style property
accessors for all properties that represent XSL attributes or elements.
These properties have setter method names accessed generically by the
processor, and so these names must be fixed according to the system
defined in the <a href="XSLTAttributeDef#getSetterMethodName">getSetterMethodName</a>
function.</p>
<p><pre>
<!ENTITY % top-level "
(xsl:import*,
(xsl:include
| xsl:strip-space
| xsl:preserve-space
| xsl:output
| xsl:key
| xsl:decimal-format
| xsl:attribute-set
| xsl:variable
| xsl:param
| xsl:template
| xsl:namespace-alias
%non-xsl-top-level;)*)
">
<!ENTITY % top-level-atts '
extension-element-prefixes CDATA #IMPLIED
exclude-result-prefixes CDATA #IMPLIED
id ID #IMPLIED
version NMTOKEN #REQUIRED
xmlns:xsl CDATA #FIXED "http://www.w3.org/1999/XSL/Transform"
%space-att;
'>
<!ELEMENT xsl:stylesheet %top-level;>
<!ATTLIST xsl:stylesheet %top-level-atts;>
<!ELEMENT xsl:transform %top-level;>
<!ATTLIST xsl:transform %top-level-atts;>
</p></pre>
<P>
<DL>
<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Stylesheet-Structure">section-Stylesheet-Structure in XSLT Specification</a>, <A HREF="../../../../serialized-form.html#org.apache.xalan.templates.Stylesheet">Serialized Form</A></DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Field Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#STYLESHEET_EXT">STYLESHEET_EXT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Extension to be used when serializing to disk.</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/xalan/templates/Stylesheet.html#Stylesheet(org.apache.xalan.templates.Stylesheet)">Stylesheet</A></B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;parent)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for a Stylesheet.</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;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#containsExcludeResultPrefix(java.lang.String, java.lang.String)">containsExcludeResultPrefix</A></B>(java.lang.String&nbsp;prefix,
java.lang.String&nbsp;uri)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get whether or not the passed prefix is contained flagged by
the "exclude-result-prefixes" property.</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/templates/Stylesheet.html#containsExtensionElementURI(java.lang.String)">containsExtensionElementURI</A></B>(java.lang.String&nbsp;uri)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Find out if this contains a given "extension-element-prefix" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemAttributeSet.html">ElemAttributeSet</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getAttributeSet(int)">getAttributeSet</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:attribute-set" property.</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/templates/Stylesheet.html#getAttributeSetCount()">getAttributeSetCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:attribute-set" properties.</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/templates/Stylesheet.html#getCompatibleMode()">getCompatibleMode</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get whether or not the stylesheet is in "Forward Compatibility Mode"</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getDecimalFormat(int)">getDecimalFormat</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:decimal-format" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getDecimalFormat(org.apache.xml.utils.QName)">getDecimalFormat</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:decimal-format" property.</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/templates/Stylesheet.html#getDecimalFormatCount()">getDecimalFormatCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of xsl:decimal-format declarations.</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/xalan/templates/Stylesheet.html#getExcludeResultPrefix(int)">getExcludeResultPrefix</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "exclude-result-prefix" property.</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/templates/Stylesheet.html#getExcludeResultPrefixCount()">getExcludeResultPrefixCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "exclude-result-prefixes" Strings.</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/xalan/templates/Stylesheet.html#getExtensionElementPrefix(int)">getExtensionElementPrefix</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get and "extension-element-prefix" property.</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/templates/Stylesheet.html#getExtensionElementPrefixCount()">getExtensionElementPrefixCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "extension-element-prefixes" Strings.</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/xalan/templates/Stylesheet.html#getHref()">getHref</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the base identifier with which this stylesheet is associated.</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/xalan/templates/Stylesheet.html#getId()">getId</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the "id" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getImport(int)">getImport</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a stylesheet from the "import" list.</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/templates/Stylesheet.html#getImportCount()">getImportCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of imported stylesheets.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getInclude(int)">getInclude</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the stylesheet at the given in index in "include" list</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/templates/Stylesheet.html#getIncludeCount()">getIncludeCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of included stylesheets.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/KeyDeclaration.html">KeyDeclaration</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getKey(int)">getKey</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:key" property.</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/templates/Stylesheet.html#getKeyCount()">getKeyCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:key" properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/NamespaceAlias.html">NamespaceAlias</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getNamespaceAlias(int)">getNamespaceAlias</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:namespace-alias" property.</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/templates/Stylesheet.html#getNamespaceAliasCount()">getNamespaceAliasCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:namespace-alias" properties.</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/xalan/templates/Stylesheet.html#getNodeName()">getNodeName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the node name.</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/templates/Stylesheet.html#getNodeType()">getNodeType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the type of the node.</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/xalan/templates/Stylesheet.html#getNonXslTopLevel(org.apache.xml.utils.QName)">getNonXslTopLevel</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a non-xslt element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/OutputProperties.html">OutputProperties</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getOutput(int)">getOutput</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:output" property.</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/templates/Stylesheet.html#getOutputCount()">getOutputCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:output" properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemParam.html">ElemParam</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getParam(org.apache.xml.utils.QName)">getParam</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:param" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getPreserveSpace(int)">getPreserveSpace</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get a "xsl:preserve-space" property.</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/templates/Stylesheet.html#getPreserveSpaceCount()">getPreserveSpaceCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:preserve-space" properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getStripSpace(int)">getStripSpace</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:strip-space" property.</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/templates/Stylesheet.html#getStripSpaceCount()">getStripSpaceCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:strip-space" properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getStylesheet()">getStylesheet</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the owning stylesheet.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getStylesheetComposed()">getStylesheetComposed</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the owning aggregated stylesheet, or this
stylesheet if it is aggregated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getStylesheetParent()">getStylesheetParent</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the parent of the stylesheet.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/StylesheetRoot.html">StylesheetRoot</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getStylesheetRoot()">getStylesheetRoot</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the root of the stylesheet, where all the tables common
to all stylesheets are kept.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getTemplate(int)">getTemplate</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:template" property.</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/templates/Stylesheet.html#getTemplateCount()">getTemplateCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:template" properties.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getVariable(org.apache.xml.utils.QName)">getVariable</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:variable" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getVariableOrParam(int)">getVariableOrParam</A></B>(int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:variable" property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/xalan/templates/Stylesheet.html#getVariableOrParam(org.apache.xml.utils.QName)">getVariableOrParam</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an "xsl:variable" or "xsl:param" property.</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/templates/Stylesheet.html#getVariableOrParamCount()">getVariableOrParamCount</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the number of "xsl:variable" properties.</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/xalan/templates/Stylesheet.html#getVersion()">getVersion</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the "version" property.</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/xalan/templates/Stylesheet.html#getXmlnsXsl()">getXmlnsXsl</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the "xmlns:xsl" property.</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/templates/Stylesheet.html#getXSLToken()">getXSLToken</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get an integer representation of the element type.</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/templates/Stylesheet.html#isAggregatedType()">isAggregatedType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if this can be cast to a StylesheetComposed, meaning, you
can ask questions from getXXXComposed functions.</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/templates/Stylesheet.html#isRoot()">isRoot</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tell if this is the root of the stylesheet tree.</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/templates/Stylesheet.html#replaceTemplate(org.apache.xalan.templates.ElemTemplate, int)">replaceTemplate</A></B>(<A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A>&nbsp;v,
int&nbsp;i)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Replace an "xsl:template" property.</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/templates/Stylesheet.html#setAttributeSet(org.apache.xalan.templates.ElemAttributeSet)">setAttributeSet</A></B>(<A HREF="../../../../org/apache/xalan/templates/ElemAttributeSet.html">ElemAttributeSet</A>&nbsp;attrSet)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:attribute-set" property.</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/templates/Stylesheet.html#setDecimalFormat(org.apache.xalan.templates.DecimalFormatProperties)">setDecimalFormat</A></B>(<A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A>&nbsp;edf)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process the xsl:decimal-format element.</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/templates/Stylesheet.html#setExcludeResultPrefixes(org.apache.xml.utils.StringVector)">setExcludeResultPrefixes</A></B>(<A HREF="../../../../org/apache/xml/utils/StringVector.html">StringVector</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "exclude-result-prefixes" property.</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/templates/Stylesheet.html#setExtensionElementPrefixes(org.apache.xml.utils.StringVector)">setExtensionElementPrefixes</A></B>(<A HREF="../../../../org/apache/xml/utils/StringVector.html">StringVector</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "extension-element-prefixes" property.</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/templates/Stylesheet.html#setHref(java.lang.String)">setHref</A></B>(java.lang.String&nbsp;baseIdent)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the base identifier with which this stylesheet is associated.</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/templates/Stylesheet.html#setId(java.lang.String)">setId</A></B>(java.lang.String&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "id" property.</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/templates/Stylesheet.html#setImport(org.apache.xalan.templates.StylesheetComposed)">setImport</A></B>(<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a stylesheet to the "import" list.</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/templates/Stylesheet.html#setInclude(org.apache.xalan.templates.Stylesheet)">setInclude</A></B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add a stylesheet to the "include" list.</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/templates/Stylesheet.html#setKey(org.apache.xalan.templates.KeyDeclaration)">setKey</A></B>(<A HREF="../../../../org/apache/xalan/templates/KeyDeclaration.html">KeyDeclaration</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:key" property.</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/templates/Stylesheet.html#setLocaterInfo(javax.xml.transform.SourceLocator)">setLocaterInfo</A></B>(<A HREF="../../../../javax/xml/transform/SourceLocator.html">SourceLocator</A>&nbsp;locator)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the location information for this element.</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/templates/Stylesheet.html#setNamespaceAlias(org.apache.xalan.templates.NamespaceAlias)">setNamespaceAlias</A></B>(<A HREF="../../../../org/apache/xalan/templates/NamespaceAlias.html">NamespaceAlias</A>&nbsp;na)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:namespace-alias" property.</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/templates/Stylesheet.html#setNonXslTopLevel(org.apache.xml.utils.QName, java.lang.Object)">setNonXslTopLevel</A></B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name,
java.lang.Object&nbsp;obj)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set found a non-xslt element.</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/templates/Stylesheet.html#setOutput(org.apache.xalan.templates.OutputProperties)">setOutput</A></B>(<A HREF="../../../../org/apache/xalan/templates/OutputProperties.html">OutputProperties</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:output" property.</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/templates/Stylesheet.html#setParam(org.apache.xalan.templates.ElemParam)">setParam</A></B>(<A HREF="../../../../org/apache/xalan/templates/ElemParam.html">ElemParam</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an "xsl:param" property.</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/templates/Stylesheet.html#setPreserveSpaces(org.apache.xalan.templates.WhiteSpaceInfo)">setPreserveSpaces</A></B>(<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A>&nbsp;wsi)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:preserve-space" property.</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/templates/Stylesheet.html#setStripSpaces(org.apache.xalan.templates.WhiteSpaceInfo)">setStripSpaces</A></B>(<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A>&nbsp;wsi)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:strip-space" properties.</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/templates/Stylesheet.html#setStylesheetParent(org.apache.xalan.templates.Stylesheet)">setStylesheetParent</A></B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the parent of the stylesheet.</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/templates/Stylesheet.html#setStylesheetRoot(org.apache.xalan.templates.StylesheetRoot)">setStylesheetRoot</A></B>(<A HREF="../../../../org/apache/xalan/templates/StylesheetRoot.html">StylesheetRoot</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the root of the stylesheet, where all the tables common
to all stylesheets are kept.</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/templates/Stylesheet.html#setTemplate(org.apache.xalan.templates.ElemTemplate)">setTemplate</A></B>(<A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set an "xsl:template" property.</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/templates/Stylesheet.html#setVariable(org.apache.xalan.templates.ElemVariable)">setVariable</A></B>(<A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A>&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xsl:variable" property.</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/templates/Stylesheet.html#setVersion(java.lang.String)">setVersion</A></B>(java.lang.String&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "version" property.</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/templates/Stylesheet.html#setXmlnsXsl(java.lang.String)">setXmlnsXsl</A></B>(java.lang.String&nbsp;v)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the "xmlns:xsl" property.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xalan.templates.ElemTemplateElement"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.apache.xalan.templates.<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#appendChild(org.apache.xalan.templates.ElemTemplateElement)">appendChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#appendChild(org.w3c.dom.Node)">appendChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#callVisitors(org.apache.xalan.templates.XSLTVisitor)">callVisitors</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#canAcceptVariables()">canAcceptVariables</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#canStripWhiteSpace()">canStripWhiteSpace</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#compareTo(java.lang.Object)">compareTo</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#compose(org.apache.xalan.templates.StylesheetRoot)">compose</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#endCompose(org.apache.xalan.templates.StylesheetRoot)">endCompose</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#error(java.lang.String)">error</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#error(java.lang.String, java.lang.Object[])">error</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#execute(org.apache.xalan.transformer.TransformerImpl)">execute</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#exprAddChild(org.apache.xpath.ExpressionNode, int)">exprAddChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#exprGetChild(int)">exprGetChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#exprGetNumChildren()">exprGetNumChildren</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#exprGetParent()">exprGetParent</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#exprSetParent(org.apache.xpath.ExpressionNode)">exprSetParent</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getBaseIdentifier()">getBaseIdentifier</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getChildNodes()">getChildNodes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getColumnNumber()">getColumnNumber</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getDeclaredPrefixes()">getDeclaredPrefixes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getDOMBackPointer()">getDOMBackPointer</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getEndColumnNumber()">getEndColumnNumber</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getEndLineNumber()">getEndLineNumber</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getFirstChild()">getFirstChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getFirstChildElem()">getFirstChildElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getLastChild()">getLastChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getLastChildElem()">getLastChildElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getLength()">getLength</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getLineNumber()">getLineNumber</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getLocalName()">getLocalName</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNamespaceForPrefix(java.lang.String)">getNamespaceForPrefix</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNamespaceForPrefix(java.lang.String, org.w3c.dom.Node)">getNamespaceForPrefix</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNextSibling()">getNextSibling</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNextSiblingElem()">getNextSiblingElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getOwnerDocument()">getOwnerDocument</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getOwnerXSLTemplate()">getOwnerXSLTemplate</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getParentElem()">getParentElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getParentNode()">getParentNode</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getParentNodeElem()">getParentNodeElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getPreviousSibling()">getPreviousSibling</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getPreviousSiblingElem()">getPreviousSiblingElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getPublicId()">getPublicId</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getSystemId()">getSystemId</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getTagName()">getTagName</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getUid()">getUid</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getXmlSpace()">getXmlSpace</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#handlesNullPrefixes()">handlesNullPrefixes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#hasChildNodes()">hasChildNodes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#hasTextLitOnly()">hasTextLitOnly</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#hasVariableDecl()">hasVariableDecl</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#insertBefore(org.w3c.dom.Node, org.w3c.dom.Node)">insertBefore</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#isCompiledTemplate()">isCompiledTemplate</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#item(int)">item</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#recompose(org.apache.xalan.templates.StylesheetRoot)">recompose</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#removeChild(org.apache.xalan.templates.ElemTemplateElement)">removeChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#replaceChild(org.apache.xalan.templates.ElemTemplateElement, org.apache.xalan.templates.ElemTemplateElement)">replaceChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#replaceChild(org.w3c.dom.Node, org.w3c.dom.Node)">replaceChild</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#resolvePrefixTables()">resolvePrefixTables</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#runtimeInit(org.apache.xalan.transformer.TransformerImpl)">runtimeInit</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setDOMBackPointer(org.w3c.dom.Node)">setDOMBackPointer</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setEndLocaterInfo(javax.xml.transform.SourceLocator)">setEndLocaterInfo</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setParentElem(org.apache.xalan.templates.ElemTemplateElement)">setParentElem</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setPrefixes(org.xml.sax.helpers.NamespaceSupport)">setPrefixes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setPrefixes(org.xml.sax.helpers.NamespaceSupport, boolean)">setPrefixes</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setUid(int)">setUid</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setXmlSpace(int)">setXmlSpace</A>,
<A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#shouldStripWhiteSpace(org.apache.xpath.XPathContext, org.w3c.dom.Element)">shouldStripWhiteSpace</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.xml.utils.UnImplNode"><!-- --></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/UnImplNode.html">UnImplNode</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/xml/utils/UnImplNode.html#adoptNode(org.w3c.dom.Node)">adoptNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#appendData(java.lang.String)">appendData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#cloneNode(boolean)">cloneNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#compareDocumentPosition(org.w3c.dom.Node)">compareDocumentPosition</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createAttribute(java.lang.String)">createAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createAttributeNS(java.lang.String, java.lang.String)">createAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createCDATASection(java.lang.String)">createCDATASection</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createComment(java.lang.String)">createComment</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createDocumentFragment()">createDocumentFragment</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createElement(java.lang.String)">createElement</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createElementNS(java.lang.String, java.lang.String)">createElementNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createEntityReference(java.lang.String)">createEntityReference</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createProcessingInstruction(java.lang.String, java.lang.String)">createProcessingInstruction</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#createTextNode(java.lang.String)">createTextNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#deleteData(int, int)">deleteData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getActualEncoding()">getActualEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getAttribute(java.lang.String)">getAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getAttributeNode(java.lang.String)">getAttributeNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getAttributeNodeNS(java.lang.String, java.lang.String)">getAttributeNodeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getAttributeNS(java.lang.String, java.lang.String)">getAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getAttributes()">getAttributes</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getBaseURI()">getBaseURI</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getDoctype()">getDoctype</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getDocumentElement()">getDocumentElement</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getDocumentURI()">getDocumentURI</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getDomConfig()">getDomConfig</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getElementById(java.lang.String)">getElementById</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getElementsByTagName(java.lang.String)">getElementsByTagName</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getElementsByTagNameNS(java.lang.String, java.lang.String)">getElementsByTagNameNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getFeature(java.lang.String, java.lang.String)">getFeature</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getImplementation()">getImplementation</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getInputEncoding()">getInputEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getNamespaceURI()">getNamespaceURI</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getNodeValue()">getNodeValue</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getOwnerElement()">getOwnerElement</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getPrefix()">getPrefix</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getSchemaTypeInfo()">getSchemaTypeInfo</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getSpecified()">getSpecified</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getStrictErrorChecking()">getStrictErrorChecking</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getTextContent()">getTextContent</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getUserData(java.lang.String)">getUserData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getWholeText()">getWholeText</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getXmlEncoding()">getXmlEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getXmlStandalone()">getXmlStandalone</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#getXmlVersion()">getXmlVersion</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#hasAttribute(java.lang.String)">hasAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#hasAttributeNS(java.lang.String, java.lang.String)">hasAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#hasAttributes()">hasAttributes</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#importNode(org.w3c.dom.Node, boolean)">importNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#insertData(int, java.lang.String)">insertData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isDefaultNamespace(java.lang.String)">isDefaultNamespace</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isEqualNode(org.w3c.dom.Node)">isEqualNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isId()">isId</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isSameNode(org.w3c.dom.Node)">isSameNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isSupported(java.lang.String, java.lang.String)">isSupported</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#isWhitespaceInElementContent()">isWhitespaceInElementContent</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#lookupNamespaceURI(java.lang.String)">lookupNamespaceURI</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#lookupPrefix(java.lang.String)">lookupPrefix</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#normalize()">normalize</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#normalizeDocument()">normalizeDocument</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#removeAttribute(java.lang.String)">removeAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#removeAttributeNode(org.w3c.dom.Attr)">removeAttributeNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#removeAttributeNS(java.lang.String, java.lang.String)">removeAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#removeChild(org.w3c.dom.Node)">removeChild</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#renameNode(org.w3c.dom.Node, java.lang.String, java.lang.String)">renameNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#replaceData(int, int, java.lang.String)">replaceData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#replaceWholeText(java.lang.String)">replaceWholeText</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setActualEncoding(java.lang.String)">setActualEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setAttribute(java.lang.String, java.lang.String)">setAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setAttributeNode(org.w3c.dom.Attr)">setAttributeNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setAttributeNodeNS(org.w3c.dom.Attr)">setAttributeNodeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setAttributeNS(java.lang.String, java.lang.String, java.lang.String)">setAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setData(java.lang.String)">setData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setDocumentURI(java.lang.String)">setDocumentURI</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setIdAttribute(boolean)">setIdAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setIdAttribute(java.lang.String, boolean)">setIdAttribute</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setIdAttributeNode(org.w3c.dom.Attr, boolean)">setIdAttributeNode</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setIdAttributeNS(java.lang.String, java.lang.String, boolean)">setIdAttributeNS</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setInputEncoding(java.lang.String)">setInputEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setNodeValue(java.lang.String)">setNodeValue</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setPrefix(java.lang.String)">setPrefix</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setStrictErrorChecking(boolean)">setStrictErrorChecking</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setTextContent(java.lang.String)">setTextContent</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setUserData(java.lang.String, java.lang.Object, org.w3c.dom.UserDataHandler)">setUserData</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setValue(java.lang.String)">setValue</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setXmlEncoding(java.lang.String)">setXmlEncoding</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setXmlStandalone(boolean)">setXmlStandalone</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#setXmlVersion(java.lang.String)">setXmlVersion</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#splitText(int)">splitText</A>,
<A HREF="../../../../org/apache/xml/utils/UnImplNode.html#substringData(int, int)">substringData</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 =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Field Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="STYLESHEET_EXT"><!-- --></A><H3>
STYLESHEET_EXT</H3>
<PRE>
public static final java.lang.String <B>STYLESHEET_EXT</B></PRE>
<DL>
<DD>Extension to be used when serializing to disk.</DL>
<!-- ========= 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="Stylesheet(org.apache.xalan.templates.Stylesheet)"><!-- --></A><H3>
Stylesheet</H3>
<PRE>
public <B>Stylesheet</B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;parent)</PRE>
<DL>
<DD>Constructor for a Stylesheet.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>parent</CODE> - The including or importing stylesheet.</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="getStylesheet()"><!-- --></A><H3>
getStylesheet</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A> <B>getStylesheet</B>()</PRE>
<DL>
<DD>Get the owning stylesheet. This looks up the
inheritance chain until it calls getStylesheet
on a Stylesheet object, which will return itself.<DD><DL>
<DT><B>Returns:</B><DD>The owning stylesheet, itself.<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getStylesheet()">getStylesheet</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="isAggregatedType()"><!-- --></A><H3>
isAggregatedType</H3>
<PRE>
public boolean <B>isAggregatedType</B>()</PRE>
<DL>
<DD>Tell if this can be cast to a StylesheetComposed, meaning, you
can ask questions from getXXXComposed functions.<DD><DL>
<DT><B>Returns:</B><DD>False if this is not a StylesheetComposed</DL>
</DD>
</DL>
<HR>
<A NAME="isRoot()"><!-- --></A><H3>
isRoot</H3>
<PRE>
public boolean <B>isRoot</B>()</PRE>
<DL>
<DD>Tell if this is the root of the stylesheet tree.<DD><DL>
<DT><B>Returns:</B><DD>False is this is not the root of the stylesheet tree.</DL>
</DD>
</DL>
<HR>
<A NAME="setXmlnsXsl(java.lang.String)"><!-- --></A><H3>
setXmlnsXsl</H3>
<PRE>
public void <B>setXmlnsXsl</B>(java.lang.String&nbsp;v)</PRE>
<DL>
<DD>Set the "xmlns:xsl" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - The value to be set for the "xmlns:xsl" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#xslt-namespace">xslt-namespace in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getXmlnsXsl()"><!-- --></A><H3>
getXmlnsXsl</H3>
<PRE>
public java.lang.String <B>getXmlnsXsl</B>()</PRE>
<DL>
<DD>Get the "xmlns:xsl" property.<DD><DL>
<DT><B>Returns:</B><DD>The value of the "xmlns:xsl" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#xslt-namespace">xslt-namespace in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setExtensionElementPrefixes(org.apache.xml.utils.StringVector)"><!-- --></A><H3>
setExtensionElementPrefixes</H3>
<PRE>
public void <B>setExtensionElementPrefixes</B>(<A HREF="../../../../org/apache/xml/utils/StringVector.html">StringVector</A>&nbsp;v)</PRE>
<DL>
<DD>Set the "extension-element-prefixes" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - The value to be set for the "extension-element-prefixes"
property: a vector of extension element URIs.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#extension-element">extension-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensionElementPrefix(int)"><!-- --></A><H3>
getExtensionElementPrefix</H3>
<PRE>
public java.lang.String <B>getExtensionElementPrefix</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get and "extension-element-prefix" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of extension element URI in list<DT><B>Returns:</B><DD>The extension element URI at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#extension-element">extension-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getExtensionElementPrefixCount()"><!-- --></A><H3>
getExtensionElementPrefixCount</H3>
<PRE>
public int <B>getExtensionElementPrefixCount</B>()</PRE>
<DL>
<DD>Get the number of "extension-element-prefixes" Strings.<DD><DL>
<DT><B>Returns:</B><DD>Number of URIs in the list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#extension-element">extension-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="containsExtensionElementURI(java.lang.String)"><!-- --></A><H3>
containsExtensionElementURI</H3>
<PRE>
public boolean <B>containsExtensionElementURI</B>(java.lang.String&nbsp;uri)</PRE>
<DL>
<DD>Find out if this contains a given "extension-element-prefix" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>uri</CODE> - URI of extension element to look for<DT><B>Returns:</B><DD>True if the given URI was found in the list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#extension-element">extension-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setExcludeResultPrefixes(org.apache.xml.utils.StringVector)"><!-- --></A><H3>
setExcludeResultPrefixes</H3>
<PRE>
public void <B>setExcludeResultPrefixes</B>(<A HREF="../../../../org/apache/xml/utils/StringVector.html">StringVector</A>&nbsp;v)</PRE>
<DL>
<DD>Set the "exclude-result-prefixes" property.
The designation of a namespace as an excluded namespace is
effective within the subtree of the stylesheet rooted at
the element bearing the exclude-result-prefixes or
xsl:exclude-result-prefixes attribute; a subtree rooted
at an xsl:stylesheet element does not include any stylesheets
imported or included by children of that xsl:stylesheet element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - A StringVector of prefixes to exclude<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getExcludeResultPrefix(int)"><!-- --></A><H3>
getExcludeResultPrefix</H3>
<PRE>
public java.lang.String <B>getExcludeResultPrefix</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "exclude-result-prefix" property.
The designation of a namespace as an excluded namespace is
effective within the subtree of the stylesheet rooted at
the element bearing the exclude-result-prefixes or
xsl:exclude-result-prefixes attribute; a subtree rooted
at an xsl:stylesheet element does not include any stylesheets
imported or included by children of that xsl:stylesheet element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of prefix to get in list<DT><B>Returns:</B><DD>Prefix to be excluded at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getExcludeResultPrefixCount()"><!-- --></A><H3>
getExcludeResultPrefixCount</H3>
<PRE>
public int <B>getExcludeResultPrefixCount</B>()</PRE>
<DL>
<DD>Get the number of "exclude-result-prefixes" Strings.<DD><DL>
<DT><B>Returns:</B><DD>The number of prefix strings to be excluded.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="containsExcludeResultPrefix(java.lang.String, java.lang.String)"><!-- --></A><H3>
containsExcludeResultPrefix</H3>
<PRE>
public boolean <B>containsExcludeResultPrefix</B>(java.lang.String&nbsp;prefix,
java.lang.String&nbsp;uri)</PRE>
<DL>
<DD>Get whether or not the passed prefix is contained flagged by
the "exclude-result-prefixes" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>prefix</CODE> - non-null reference to prefix that might be excluded.<DD><CODE>uri</CODE> - reference to namespace that prefix maps to<DT><B>Returns:</B><DD>true if the prefix should normally be excluded.><DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#containsExcludeResultPrefix(java.lang.String, java.lang.String)">containsExcludeResultPrefix</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A><DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setId(java.lang.String)"><!-- --></A><H3>
setId</H3>
<PRE>
public void <B>setId</B>(java.lang.String&nbsp;v)</PRE>
<DL>
<DD>Set the "id" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - Value for the "id" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Embedding-Stylesheets">section-Embedding-Stylesheets in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getId()"><!-- --></A><H3>
getId</H3>
<PRE>
public java.lang.String <B>getId</B>()</PRE>
<DL>
<DD>Get the "id" property.<DD><DL>
<DT><B>Returns:</B><DD>The value of the "id" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Embedding-Stylesheets">section-Embedding-Stylesheets in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setVersion(java.lang.String)"><!-- --></A><H3>
setVersion</H3>
<PRE>
public void <B>setVersion</B>(java.lang.String&nbsp;v)</PRE>
<DL>
<DD>Set the "version" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - Value for the "version" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#forwards">forwards in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getCompatibleMode()"><!-- --></A><H3>
getCompatibleMode</H3>
<PRE>
public boolean <B>getCompatibleMode</B>()</PRE>
<DL>
<DD>Get whether or not the stylesheet is in "Forward Compatibility Mode"<DD><DL>
<DT><B>Returns:</B><DD>true if in forward compatible mode, false otherwise</DL>
</DD>
</DL>
<HR>
<A NAME="getVersion()"><!-- --></A><H3>
getVersion</H3>
<PRE>
public java.lang.String <B>getVersion</B>()</PRE>
<DL>
<DD>Get the "version" property.<DD><DL>
<DT><B>Returns:</B><DD>The value of the "version" property.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#forwards">forwards in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setImport(org.apache.xalan.templates.StylesheetComposed)"><!-- --></A><H3>
setImport</H3>
<PRE>
public void <B>setImport</B>(<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A>&nbsp;v)</PRE>
<DL>
<DD>Add a stylesheet to the "import" list.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - Stylesheet to add to the import list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#import">import in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getImport(int)"><!-- --></A><H3>
getImport</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A> <B>getImport</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get a stylesheet from the "import" list.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of the stylesheet to get<DT><B>Returns:</B><DD>The stylesheet at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#import">import in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getImportCount()"><!-- --></A><H3>
getImportCount</H3>
<PRE>
public int <B>getImportCount</B>()</PRE>
<DL>
<DD>Get the number of imported stylesheets.<DD><DL>
<DT><B>Returns:</B><DD>the number of imported stylesheets.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#import">import in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setInclude(org.apache.xalan.templates.Stylesheet)"><!-- --></A><H3>
setInclude</H3>
<PRE>
public void <B>setInclude</B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;v)</PRE>
<DL>
<DD>Add a stylesheet to the "include" list.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - Stylesheet to add to the "include" list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#include">include in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getInclude(int)"><!-- --></A><H3>
getInclude</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A> <B>getInclude</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get the stylesheet at the given in index in "include" list<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of stylesheet to get<DT><B>Returns:</B><DD>Stylesheet at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#include">include in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getIncludeCount()"><!-- --></A><H3>
getIncludeCount</H3>
<PRE>
public int <B>getIncludeCount</B>()</PRE>
<DL>
<DD>Get the number of included stylesheets.<DD><DL>
<DT><B>Returns:</B><DD>the number of included stylesheets.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#import">import in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setDecimalFormat(org.apache.xalan.templates.DecimalFormatProperties)"><!-- --></A><H3>
setDecimalFormat</H3>
<PRE>
public void <B>setDecimalFormat</B>(<A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A>&nbsp;edf)</PRE>
<DL>
<DD>Process the xsl:decimal-format element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>edf</CODE> - Decimal-format element to push into stack</DL>
</DD>
</DL>
<HR>
<A NAME="getDecimalFormat(org.apache.xml.utils.QName)"><!-- --></A><H3>
getDecimalFormat</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A> <B>getDecimalFormat</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name)</PRE>
<DL>
<DD>Get an "xsl:decimal-format" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - The qualified name of the decimal format property.<DT><B>Returns:</B><DD>null if not found, otherwise a DecimalFormatProperties
object, from which you can get a DecimalFormatSymbols object.<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html"><CODE>DecimalFormatProperties</CODE></A>,
<a href="http://www.w3.org/TR/xslt#format-number">format-number in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getDecimalFormat(int)"><!-- --></A><H3>
getDecimalFormat</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html">DecimalFormatProperties</A> <B>getDecimalFormat</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:decimal-format" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of decimal-format property in stack<DT><B>Returns:</B><DD>The decimal-format property at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#format-number">format-number in XSLT Specification</a>,
<A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html"><CODE>DecimalFormatProperties</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getDecimalFormatCount()"><!-- --></A><H3>
getDecimalFormatCount</H3>
<PRE>
public int <B>getDecimalFormatCount</B>()</PRE>
<DL>
<DD>Get the number of xsl:decimal-format declarations.<DD><DL>
<DT><B>Returns:</B><DD>the number of xsl:decimal-format declarations.<DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xalan/templates/DecimalFormatProperties.html"><CODE>DecimalFormatProperties</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setStripSpaces(org.apache.xalan.templates.WhiteSpaceInfo)"><!-- --></A><H3>
setStripSpaces</H3>
<PRE>
public void <B>setStripSpaces</B>(<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A>&nbsp;wsi)</PRE>
<DL>
<DD>Set the "xsl:strip-space" properties.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>wsi</CODE> - WhiteSpaceInfo element to add to list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getStripSpace(int)"><!-- --></A><H3>
getStripSpace</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A> <B>getStripSpace</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:strip-space" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of WhiteSpaceInfo to get<DT><B>Returns:</B><DD>WhiteSpaceInfo at given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getStripSpaceCount()"><!-- --></A><H3>
getStripSpaceCount</H3>
<PRE>
public int <B>getStripSpaceCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:strip-space" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:strip-space" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setPreserveSpaces(org.apache.xalan.templates.WhiteSpaceInfo)"><!-- --></A><H3>
setPreserveSpaces</H3>
<PRE>
public void <B>setPreserveSpaces</B>(<A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A>&nbsp;wsi)</PRE>
<DL>
<DD>Set the "xsl:preserve-space" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>wsi</CODE> - WhiteSpaceInfo element to add to list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getPreserveSpace(int)"><!-- --></A><H3>
getPreserveSpace</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/WhiteSpaceInfo.html">WhiteSpaceInfo</A> <B>getPreserveSpace</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get a "xsl:preserve-space" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of WhiteSpaceInfo to get<DT><B>Returns:</B><DD>WhiteSpaceInfo at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getPreserveSpaceCount()"><!-- --></A><H3>
getPreserveSpaceCount</H3>
<PRE>
public int <B>getPreserveSpaceCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:preserve-space" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:preserve-space" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#strip">strip in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setOutput(org.apache.xalan.templates.OutputProperties)"><!-- --></A><H3>
setOutput</H3>
<PRE>
public void <B>setOutput</B>(<A HREF="../../../../org/apache/xalan/templates/OutputProperties.html">OutputProperties</A>&nbsp;v)</PRE>
<DL>
<DD>Set the "xsl:output" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - non-null reference to the OutputProperties object to be
added to the collection.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#output">output in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getOutput(int)"><!-- --></A><H3>
getOutput</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/OutputProperties.html">OutputProperties</A> <B>getOutput</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:output" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of OutputFormatExtended to get<DT><B>Returns:</B><DD>non-null reference to an OutputProperties object.<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#output">output in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getOutputCount()"><!-- --></A><H3>
getOutputCount</H3>
<PRE>
public int <B>getOutputCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:output" properties.<DD><DL>
<DT><B>Returns:</B><DD>The number of OutputProperties objects contained in this stylesheet.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#output">output in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setKey(org.apache.xalan.templates.KeyDeclaration)"><!-- --></A><H3>
setKey</H3>
<PRE>
public void <B>setKey</B>(<A HREF="../../../../org/apache/xalan/templates/KeyDeclaration.html">KeyDeclaration</A>&nbsp;v)</PRE>
<DL>
<DD>Set the "xsl:key" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - KeyDeclaration element to add to the list of key declarations<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#key">key in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getKey(int)"><!-- --></A><H3>
getKey</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/KeyDeclaration.html">KeyDeclaration</A> <B>getKey</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:key" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of KeyDeclaration element to get<DT><B>Returns:</B><DD>KeyDeclaration element at given index in list<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#key">key in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getKeyCount()"><!-- --></A><H3>
getKeyCount</H3>
<PRE>
public int <B>getKeyCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:key" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:key" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#key">key in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setAttributeSet(org.apache.xalan.templates.ElemAttributeSet)"><!-- --></A><H3>
setAttributeSet</H3>
<PRE>
public void <B>setAttributeSet</B>(<A HREF="../../../../org/apache/xalan/templates/ElemAttributeSet.html">ElemAttributeSet</A>&nbsp;attrSet)</PRE>
<DL>
<DD>Set the "xsl:attribute-set" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>attrSet</CODE> - ElemAttributeSet to add to the list of attribute sets<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getAttributeSet(int)"><!-- --></A><H3>
getAttributeSet</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemAttributeSet.html">ElemAttributeSet</A> <B>getAttributeSet</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:attribute-set" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of ElemAttributeSet to get in list<DT><B>Returns:</B><DD>ElemAttributeSet at the given index<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getAttributeSetCount()"><!-- --></A><H3>
getAttributeSetCount</H3>
<PRE>
public int <B>getAttributeSetCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:attribute-set" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:attribute-set" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#attribute-sets">attribute-sets in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setVariable(org.apache.xalan.templates.ElemVariable)"><!-- --></A><H3>
setVariable</H3>
<PRE>
public void <B>setVariable</B>(<A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A>&nbsp;v)</PRE>
<DL>
<DD>Set the "xsl:variable" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - ElemVariable object to add to list of top level variables<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getVariableOrParam(org.apache.xml.utils.QName)"><!-- --></A><H3>
getVariableOrParam</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A> <B>getVariableOrParam</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</PRE>
<DL>
<DD>Get an "xsl:variable" or "xsl:param" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>qname</CODE> - non-null reference to the qualified name of the variable.<DT><B>Returns:</B><DD>The ElemVariable with the given name in the list or null<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getVariable(org.apache.xml.utils.QName)"><!-- --></A><H3>
getVariable</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A> <B>getVariable</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</PRE>
<DL>
<DD>Get an "xsl:variable" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>qname</CODE> - Qualified name of the xsl:variable to get<DT><B>Returns:</B><DD>reference to the variable named by qname, or null if not found.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getVariableOrParam(int)"><!-- --></A><H3>
getVariableOrParam</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemVariable.html">ElemVariable</A> <B>getVariableOrParam</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:variable" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of variable to get in the list<DT><B>Returns:</B><DD>ElemVariable at the given index in the list<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getVariableOrParamCount()"><!-- --></A><H3>
getVariableOrParamCount</H3>
<PRE>
public int <B>getVariableOrParamCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:variable" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:variable" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setParam(org.apache.xalan.templates.ElemParam)"><!-- --></A><H3>
setParam</H3>
<PRE>
public void <B>setParam</B>(<A HREF="../../../../org/apache/xalan/templates/ElemParam.html">ElemParam</A>&nbsp;v)</PRE>
<DL>
<DD>Set an "xsl:param" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - A non-null ElemParam reference.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getParam(org.apache.xml.utils.QName)"><!-- --></A><H3>
getParam</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemParam.html">ElemParam</A> <B>getParam</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;qname)</PRE>
<DL>
<DD>Get an "xsl:param" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>qname</CODE> - non-null reference to qualified name of the parameter.<DT><B>Returns:</B><DD>ElemParam with the given name in the list or null<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setTemplate(org.apache.xalan.templates.ElemTemplate)"><!-- --></A><H3>
setTemplate</H3>
<PRE>
public void <B>setTemplate</B>(<A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A>&nbsp;v)</PRE>
<DL>
<DD>Set an "xsl:template" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - ElemTemplate to add to list of templates<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getTemplate(int)"><!-- --></A><H3>
getTemplate</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A> <B>getTemplate</B>(int&nbsp;i)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Get an "xsl:template" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of ElemTemplate in the list to get<DT><B>Returns:</B><DD>ElemTemplate at the given index in the list<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getTemplateCount()"><!-- --></A><H3>
getTemplateCount</H3>
<PRE>
public int <B>getTemplateCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:template" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:template" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#section-Defining-Template-Rules">section-Defining-Template-Rules in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setNamespaceAlias(org.apache.xalan.templates.NamespaceAlias)"><!-- --></A><H3>
setNamespaceAlias</H3>
<PRE>
public void <B>setNamespaceAlias</B>(<A HREF="../../../../org/apache/xalan/templates/NamespaceAlias.html">NamespaceAlias</A>&nbsp;na)</PRE>
<DL>
<DD>Set the "xsl:namespace-alias" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>na</CODE> - NamespaceAlias elemeent to add to the list<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getNamespaceAlias(int)"><!-- --></A><H3>
getNamespaceAlias</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/NamespaceAlias.html">NamespaceAlias</A> <B>getNamespaceAlias</B>(int&nbsp;i)
throws java.lang.ArrayIndexOutOfBoundsException</PRE>
<DL>
<DD>Get an "xsl:namespace-alias" property.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>i</CODE> - Index of NamespaceAlias element to get from the list<DT><B>Returns:</B><DD>NamespaceAlias element at the given index in the list<DT><B>Throws:</B><DD>java.lang.ArrayIndexOutOfBoundsException - &nbsp;<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#literal-result-element">literal-result-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getNamespaceAliasCount()"><!-- --></A><H3>
getNamespaceAliasCount</H3>
<PRE>
public int <B>getNamespaceAliasCount</B>()</PRE>
<DL>
<DD>Get the number of "xsl:namespace-alias" properties.<DD><DL>
<DT><B>Returns:</B><DD>the number of "xsl:namespace-alias" properties.<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#top-level-variables">top-level-variables in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="setNonXslTopLevel(org.apache.xml.utils.QName, java.lang.Object)"><!-- --></A><H3>
setNonXslTopLevel</H3>
<PRE>
public void <B>setNonXslTopLevel</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name,
java.lang.Object&nbsp;obj)</PRE>
<DL>
<DD>Set found a non-xslt element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - Qualified name of the element<DD><CODE>obj</CODE> - The element object<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getNonXslTopLevel(org.apache.xml.utils.QName)"><!-- --></A><H3>
getNonXslTopLevel</H3>
<PRE>
public java.lang.Object <B>getNonXslTopLevel</B>(<A HREF="../../../../org/apache/xml/utils/QName.html">QName</A>&nbsp;name)</PRE>
<DL>
<DD>Get a non-xslt element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>name</CODE> - Qualified name of the element to get<DT><B>Returns:</B><DD>The object associate with the given name<DT><B>See Also: </B><DD><a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a></DL>
</DD>
</DL>
<HR>
<A NAME="getHref()"><!-- --></A><H3>
getHref</H3>
<PRE>
public java.lang.String <B>getHref</B>()</PRE>
<DL>
<DD>Get the base identifier with which this stylesheet is associated.<DD><DL>
<DT><B>Returns:</B><DD>the base identifier with which this stylesheet is associated.</DL>
</DD>
</DL>
<HR>
<A NAME="setHref(java.lang.String)"><!-- --></A><H3>
setHref</H3>
<PRE>
public void <B>setHref</B>(java.lang.String&nbsp;baseIdent)</PRE>
<DL>
<DD>Set the base identifier with which this stylesheet is associated.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>baseIdent</CODE> - the base identifier with which this stylesheet is associated.</DL>
</DD>
</DL>
<HR>
<A NAME="setLocaterInfo(javax.xml.transform.SourceLocator)"><!-- --></A><H3>
setLocaterInfo</H3>
<PRE>
public void <B>setLocaterInfo</B>(<A HREF="../../../../javax/xml/transform/SourceLocator.html">SourceLocator</A>&nbsp;locator)</PRE>
<DL>
<DD>Set the location information for this element.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>locator</CODE> - SourceLocator object with location information<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#setLocaterInfo(javax.xml.transform.SourceLocator)">setLocaterInfo</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="getStylesheetRoot()"><!-- --></A><H3>
getStylesheetRoot</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/StylesheetRoot.html">StylesheetRoot</A> <B>getStylesheetRoot</B>()</PRE>
<DL>
<DD>Get the root of the stylesheet, where all the tables common
to all stylesheets are kept.<DD><DL>
<DT><B>Returns:</B><DD>the root of the stylesheet<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getStylesheetRoot()">getStylesheetRoot</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="setStylesheetRoot(org.apache.xalan.templates.StylesheetRoot)"><!-- --></A><H3>
setStylesheetRoot</H3>
<PRE>
public void <B>setStylesheetRoot</B>(<A HREF="../../../../org/apache/xalan/templates/StylesheetRoot.html">StylesheetRoot</A>&nbsp;v)</PRE>
<DL>
<DD>Set the root of the stylesheet, where all the tables common
to all stylesheets are kept.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - the root of the stylesheet</DL>
</DD>
</DL>
<HR>
<A NAME="getStylesheetParent()"><!-- --></A><H3>
getStylesheetParent</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A> <B>getStylesheetParent</B>()</PRE>
<DL>
<DD>Get the parent of the stylesheet. This will be null if this
is the root stylesheet.<DD><DL>
<DT><B>Returns:</B><DD>the parent of the stylesheet.</DL>
</DD>
</DL>
<HR>
<A NAME="setStylesheetParent(org.apache.xalan.templates.Stylesheet)"><!-- --></A><H3>
setStylesheetParent</H3>
<PRE>
public void <B>setStylesheetParent</B>(<A HREF="../../../../org/apache/xalan/templates/Stylesheet.html">Stylesheet</A>&nbsp;v)</PRE>
<DL>
<DD>Set the parent of the stylesheet. This should be null if this
is the root stylesheet.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - the parent of the stylesheet.</DL>
</DD>
</DL>
<HR>
<A NAME="getStylesheetComposed()"><!-- --></A><H3>
getStylesheetComposed</H3>
<PRE>
public <A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.html">StylesheetComposed</A> <B>getStylesheetComposed</B>()</PRE>
<DL>
<DD>Get the owning aggregated stylesheet, or this
stylesheet if it is aggregated.<DD><DL>
<DT><B>Returns:</B><DD>the owning aggregated stylesheet or itself<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getStylesheetComposed()">getStylesheetComposed</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="getNodeType()"><!-- --></A><H3>
getNodeType</H3>
<PRE>
public short <B>getNodeType</B>()</PRE>
<DL>
<DD>Get the type of the node. We'll pretend we're a Document.<DD><DL>
<DT><B>Returns:</B><DD>the type of the node: document node.<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNodeType()">getNodeType</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="getXSLToken()"><!-- --></A><H3>
getXSLToken</H3>
<PRE>
public int <B>getXSLToken</B>()</PRE>
<DL>
<DD>Get an integer representation of the element type.<DD><DL>
<DT><B>Returns:</B><DD>An integer representation of the element, defined in the
Constants class.<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getXSLToken()">getXSLToken</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A><DT><B>See Also: </B><DD><A HREF="../../../../org/apache/xalan/templates/Constants.html"><CODE>Constants</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getNodeName()"><!-- --></A><H3>
getNodeName</H3>
<PRE>
public java.lang.String <B>getNodeName</B>()</PRE>
<DL>
<DD>Return the node name.<DD><DL>
<DT><B>Returns:</B><DD>The node name<DT><B>Overrides:</B><DD><A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html#getNodeName()">getNodeName</A> in class <A HREF="../../../../org/apache/xalan/templates/ElemTemplateElement.html">ElemTemplateElement</A></DL>
</DD>
</DL>
<HR>
<A NAME="replaceTemplate(org.apache.xalan.templates.ElemTemplate, int)"><!-- --></A><H3>
replaceTemplate</H3>
<PRE>
public void <B>replaceTemplate</B>(<A HREF="../../../../org/apache/xalan/templates/ElemTemplate.html">ElemTemplate</A>&nbsp;v,
int&nbsp;i)
throws <A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A></PRE>
<DL>
<DD>Replace an "xsl:template" property.
This is a hook for CompilingStylesheetHandler, to allow
us to access a template, compile it, instantiate it,
and replace the original with the compiled instance.
ADDED 9/5/2000 to support compilation experiment<DD><DL>
<DT><B>Parameters:</B><DD><CODE>v</CODE> - Compiled template to replace with<DD><CODE>i</CODE> - Index of template to be replaced<DT><B>Throws:</B><DD><A HREF="../../../../javax/xml/transform/TransformerException.html">TransformerException</A> - &nbsp;</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/Stylesheet.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/templates/RedundentExprEliminator.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/xalan/templates/StylesheetComposed.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="Stylesheet.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="#field_summary">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;<A HREF="#field_detail">FIELD</A>&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>