-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
44 changed files
with
13,795 additions
and
0 deletions.
There are no files selected for viewing
2,030 changes: 2,030 additions & 0 deletions
2,030
xerces-1_4_4/docs/html/apiDocs/org/apache/xml/serialize/BaseMarkupSerializer.html
Large diffs are not rendered by default.
Oops, something went wrong.
226 changes: 226 additions & 0 deletions
226
xerces-1_4_4/docs/html/apiDocs/org/apache/xml/serialize/DOMSerializer.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,226 @@ | ||
<!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 Thu Nov 15 14:50:22 EST 2001 --> | ||
<TITLE> | ||
Xerces-J API: Interface DOMSerializer | ||
</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 ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> | ||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DOMSerializer.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT ID="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 CLASS | ||
<A HREF="../../../../org/apache/xml/serialize/Serializer.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> | ||
<A HREF="DOMSerializer.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> | ||
</TR> | ||
<TR> | ||
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> | ||
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> | ||
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> | ||
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> | ||
</TR> | ||
</TABLE> | ||
<!-- =========== END OF NAVBAR =========== --> | ||
|
||
<HR> | ||
<!-- ======== START OF CLASS DATA ======== --> | ||
<H2> | ||
<FONT SIZE="-1"> | ||
org.apache.xml.serialize</FONT> | ||
<BR> | ||
Interface DOMSerializer</H2> | ||
<DL> | ||
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/xml/serialize/BaseMarkupSerializer.html">BaseMarkupSerializer</A></DD> | ||
</DL> | ||
<HR> | ||
<DL> | ||
<DT>public interface <B>DOMSerializer</B></DL> | ||
|
||
<P> | ||
Interface for a DOM serializer implementation. | ||
<P> | ||
<DL> | ||
<DT><B>Version: </B><DD>$Revision: 1.3 $ $Date: 2000/08/30 18:59:19 $</DD> | ||
<DT><B>Author: </B><DD><a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>, <a href="mailto:arkin@intalio.com">Assaf Arkin</a></DD> | ||
</DL> | ||
<HR> | ||
|
||
<P> | ||
<!-- ======== INNER CLASS SUMMARY ======== --> | ||
|
||
|
||
<!-- =========== FIELD SUMMARY =========== --> | ||
|
||
|
||
<!-- ======== CONSTRUCTOR SUMMARY ======== --> | ||
|
||
|
||
<!-- ========== 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> void</CODE></FONT></TD> | ||
<TD><CODE><B><A HREF="../../../../org/apache/xml/serialize/DOMSerializer.html#serialize(org.w3c.dom.Document)">serialize</A></B>(<A HREF="../../../../org/w3c/dom/Document.html">Document</A> doc)</CODE> | ||
|
||
<BR> | ||
Serializes the DOM document.</TD> | ||
</TR> | ||
<TR BGCOLOR="white" CLASS="TableRowColor"> | ||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> | ||
<CODE> void</CODE></FONT></TD> | ||
<TD><CODE><B><A HREF="../../../../org/apache/xml/serialize/DOMSerializer.html#serialize(org.w3c.dom.DocumentFragment)">serialize</A></B>(<A HREF="../../../../org/w3c/dom/DocumentFragment.html">DocumentFragment</A> frag)</CODE> | ||
|
||
<BR> | ||
Serializes the DOM document fragment.</TD> | ||
</TR> | ||
<TR BGCOLOR="white" CLASS="TableRowColor"> | ||
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> | ||
<CODE> void</CODE></FONT></TD> | ||
<TD><CODE><B><A HREF="../../../../org/apache/xml/serialize/DOMSerializer.html#serialize(org.w3c.dom.Element)">serialize</A></B>(<A HREF="../../../../org/w3c/dom/Element.html">Element</A> elem)</CODE> | ||
|
||
<BR> | ||
Serialized the DOM element.</TD> | ||
</TR> | ||
</TABLE> | ||
| ||
<P> | ||
|
||
<!-- ============ FIELD DETAIL =========== --> | ||
|
||
|
||
<!-- ========= CONSTRUCTOR DETAIL ======== --> | ||
|
||
|
||
<!-- ============ 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="serialize(org.w3c.dom.Element)"><!-- --></A><H3> | ||
serialize</H3> | ||
<PRE> | ||
public void <B>serialize</B>(<A HREF="../../../../org/w3c/dom/Element.html">Element</A> elem) | ||
throws java.io.IOException</PRE> | ||
<DL> | ||
<DD>Serialized the DOM element. Throws an exception only if | ||
an I/O exception occured while serializing.<DD><DL> | ||
<DT><B>Parameters:</B><DD><CODE>elem</CODE> - The element to serialize<DT><B>Throws:</B><DD>java.io.IOException - An I/O exception occured while | ||
serializing</DL> | ||
</DD> | ||
</DL> | ||
<HR> | ||
|
||
<A NAME="serialize(org.w3c.dom.Document)"><!-- --></A><H3> | ||
serialize</H3> | ||
<PRE> | ||
public void <B>serialize</B>(<A HREF="../../../../org/w3c/dom/Document.html">Document</A> doc) | ||
throws java.io.IOException</PRE> | ||
<DL> | ||
<DD>Serializes the DOM document. Throws an exception only if | ||
an I/O exception occured while serializing.<DD><DL> | ||
<DT><B>Parameters:</B><DD><CODE>doc</CODE> - The document to serialize<DT><B>Throws:</B><DD>java.io.IOException - An I/O exception occured while | ||
serializing</DL> | ||
</DD> | ||
</DL> | ||
<HR> | ||
|
||
<A NAME="serialize(org.w3c.dom.DocumentFragment)"><!-- --></A><H3> | ||
serialize</H3> | ||
<PRE> | ||
public void <B>serialize</B>(<A HREF="../../../../org/w3c/dom/DocumentFragment.html">DocumentFragment</A> frag) | ||
throws java.io.IOException</PRE> | ||
<DL> | ||
<DD>Serializes the DOM document fragment. Throws an exception | ||
only if an I/O exception occured while serializing.<DD><DL> | ||
<DT><B>Parameters:</B><DD><CODE>frag</CODE> - The document fragment to serialize<DT><B>Throws:</B><DD>java.io.IOException - An I/O exception occured while | ||
serializing</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 ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> | ||
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/DOMSerializer.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> | ||
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT ID="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 CLASS | ||
<A HREF="../../../../org/apache/xml/serialize/Serializer.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> | ||
<A HREF="DOMSerializer.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> | ||
</TR> | ||
<TR> | ||
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> | ||
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> | ||
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> | ||
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> | ||
</TR> | ||
</TABLE> | ||
<!-- =========== END OF NAVBAR =========== --> | ||
|
||
<HR> | ||
Copyright � 1999-2001 Apache XML Project. All Rights Reserved. | ||
</BODY> | ||
</HTML> |
Oops, something went wrong.