<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sun Nov 19 23:41:41 EST 2006 -->
<TITLE>
JAXP 1.3, DOM3, SAX2.0.2(sax2r3), SAC 1.3: Index
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="serialized-form.html"><FONT CLASS="NavBarFont1"><B>Serialized</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <A HREF="#main"><FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<A NAME="main"></A>
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="org/w3c/dom/ls/LSParser.html#abort()"><B>abort()</B></A> -
Method in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Abort the loading of the document that is currently being loaded by
the <code>LSParser</code>.
<DT><A HREF="org/w3c/dom/views/AbstractView.html"><B>AbstractView</B></A> - interface org.w3c.dom.views.<A HREF="org/w3c/dom/views/AbstractView.html">AbstractView</A>.<DD>A base interface that all views shall derive from.<DT><A HREF="org/w3c/dom/ls/LSParserFilter.html#acceptNode(org.w3c.dom.Node)"><B>acceptNode(Node)</B></A> -
Method in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParserFilter.html">LSParserFilter</A>
<DD>This method will be called by the parser at the completion of the
parsing of each node.
<DT><A HREF="org/w3c/dom/traversal/NodeFilter.html#acceptNode(org.w3c.dom.Node)"><B>acceptNode(Node)</B></A> -
Method in interface org.w3c.dom.traversal.<A HREF="org/w3c/dom/traversal/NodeFilter.html">NodeFilter</A>
<DD>Test whether a specified node is visible in the logical view of a
<code>TreeWalker</code> or <code>NodeIterator</code>.
<DT><A HREF="org/w3c/dom/ls/LSParser.html#ACTION_APPEND_AS_CHILDREN"><B>ACTION_APPEND_AS_CHILDREN</B></A> -
Static variable in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Append the result of the parse operation as children of the context
node.
<DT><A HREF="org/w3c/dom/ls/LSParser.html#ACTION_INSERT_AFTER"><B>ACTION_INSERT_AFTER</B></A> -
Static variable in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Insert the result of the parse operation as the immediately following
sibling of the context node.
<DT><A HREF="org/w3c/dom/ls/LSParser.html#ACTION_INSERT_BEFORE"><B>ACTION_INSERT_BEFORE</B></A> -
Static variable in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Insert the result of the parse operation as the immediately preceding
sibling of the context node.
<DT><A HREF="org/w3c/dom/ls/LSParser.html#ACTION_REPLACE"><B>ACTION_REPLACE</B></A> -
Static variable in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Replace the context node with the result of the parse operation.
<DT><A HREF="org/w3c/dom/ls/LSParser.html#ACTION_REPLACE_CHILDREN"><B>ACTION_REPLACE_CHILDREN</B></A> -
Static variable in interface org.w3c.dom.ls.<A HREF="org/w3c/dom/ls/LSParser.html">LSParser</A>
<DD>Replace all the children of the context node with the result of the
parse operation.
<DT><A HREF="javax/xml/datatype/XMLGregorianCalendar.html#add(javax.xml.datatype.Duration)"><B>add(Duration)</B></A> -
Method in class javax.xml.datatype.<A HREF="javax/xml/datatype/XMLGregorianCalendar.html">XMLGregorianCalendar</A>
<DD>Add <code>duration</code> to this instance.
<DT><A HREF="javax/xml/datatype/Duration.html#add(javax.xml.datatype.Duration)"><B>add(Duration)</B></A> -
Method in class javax.xml.datatype.<A HREF="javax/xml/datatype/Duration.html">Duration</A>
<DD>Computes a new duration whose value is <code>this+rhs</code>.
<DT><A HREF="org/w3c/dom/html/HTMLSelectElement.html#add(org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLElement)"><B>add(HTMLElement, HTMLElement)</B></A> -
Method in interface org.w3c.dom.html.<A HREF="org/w3c/dom/html/HTMLSelectElement.html">HTMLSelectElement</A>
<DD>Add a new element to the collection of <code>OPTION</code> elementsfor
this <code>SELECT</code>.
<DT><A HREF="org/xml/sax/helpers/AttributeListImpl.html#addAttribute(java.lang.String, java.lang.String, java.lang.String)"><B>addAttribute(String, String, String)</B></A> -
Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributeListImpl.html">AttributeListImpl</A>
<DD><B>Deprecated.</B> Add an attribute to an attribute list.
<DT><A HREF="org/xml/sax/ext/Attributes2Impl.html#addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>addAttribute(String, String, String, String, String)</B></A> -
Method in class org.xml.sax.ext.<A HREF="org/xml/sax/ext/Attributes2Impl.html">Attributes2Impl</A>
<DD>Add an attribute to the end of the list, setting its
"specified" flag to true.
<DT><A HREF="org/xml/sax/helpers/AttributesImpl.html#addAttribute(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>addAttribute(String, String, String, String, String)</B></A> -
Method in class org.xml.sax.helpers.<A HREF="org/xml/sax/helpers/AttributesImpl.html">AttributesImpl</A>
<DD>Add an attribute to the end of the list.
<DT><A HREF="org/w3c/dom/events/EventTarget.html#addEventListener(java.lang.String, org.w3c.dom.events.EventListener, boolean)"><B>addEventListener(String, EventListener, boolean)</B></A> -
Method in interface org.w3c.dom.events.<A HREF="org/w3c/dom/events/EventTarget.html">EventTarget</A>
<DD>This method allows the registration of event listeners on the event
target.
<DT><A HREF="org/w3c/dom/events/MutationEvent.html#ADDITION"><B>ADDITION</B></A> -
Static variable in interface org.w3c.dom.events.<A HREF="org/w3c/dom/eve