blob: d91d69dfdc8905cce3d519b8c749cc290192d441 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
XMLAbstractTranscoder (Apache Batik Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="XMLAbstractTranscoder (Apache Batik Javadoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XMLAbstractTranscoder.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-files/index-1.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/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/transcoder/XMLAbstractTranscoder.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="XMLAbstractTranscoder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<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>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.batik.transcoder</FONT>
<BR>
Class XMLAbstractTranscoder</H2>
<PRE>
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html" title="class in org.apache.batik.transcoder">org.apache.batik.transcoder.TranscoderSupport</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../org/apache/batik/transcoder/AbstractTranscoder.html" title="class in org.apache.batik.transcoder">org.apache.batik.transcoder.AbstractTranscoder</A>
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.batik.transcoder.XMLAbstractTranscoder</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../org/apache/batik/transcoder/Transcoder.html" title="interface in org.apache.batik.transcoder">Transcoder</A></DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../org/apache/batik/transcoder/SVGAbstractTranscoder.html" title="class in org.apache.batik.transcoder">SVGAbstractTranscoder</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public abstract class <B>XMLAbstractTranscoder</B><DT>extends <A HREF="../../../../org/apache/batik/transcoder/AbstractTranscoder.html" title="class in org.apache.batik.transcoder">AbstractTranscoder</A></DL>
</PRE>
<P>
This class may be the base class of all transcoders which take an
XML document as input and which need to build a DOM tree. In order
to take advantage of this class, you have to specify the following
transcoding hints:
<ul>
<li><code>KEY_DOM_IMPLEMENTATION</code>: the DOM Implementation to use
<li><code>KEY_DOCUMENT_ELEMENT_NAMESPACE_URI</code>: the namespace URI of the
document to create
<li><code>KEY_DOCUMENT_ELEMENT</code>: the qualified name of the document type
to create
</ul>
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#KEY_DOCUMENT_ELEMENT">KEY_DOCUMENT_ELEMENT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Document element key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#KEY_DOCUMENT_ELEMENT_NAMESPACE_URI">KEY_DOCUMENT_ELEMENT_NAMESPACE_URI</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Document element namespace URI key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#KEY_DOM_IMPLEMENTATION">KEY_DOM_IMPLEMENTATION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DOM Implementation key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#KEY_XML_PARSER_CLASSNAME">KEY_XML_PARSER_CLASSNAME</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XML parser classname key.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#KEY_XML_PARSER_VALIDATING">KEY_XML_PARSER_VALIDATING</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The validation mode of the XML parser.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.apache.batik.transcoder.TranscoderSupport"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from class org.apache.batik.transcoder.<A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html" title="class in org.apache.batik.transcoder">TranscoderSupport</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#handler">handler</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#hints">hints</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected </CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#XMLAbstractTranscoder()">XMLAbstractTranscoder</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a new <code>XMLAbstractTranscoder</code>.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../org/apache/batik/dom/util/DocumentFactory.html" title="interface in org.apache.batik.dom.util">DocumentFactory</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#createDocumentFactory(org.w3c.dom.DOMImplementation, java.lang.String)">createDocumentFactory</A></B>(<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/DOMImplementation.html?is-external=true" title="class or interface in org.w3c.dom">DOMImplementation</A>&nbsp;domImpl,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parserClassname)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates the <code>DocumentFactory</code> used to create the DOM
tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract &nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/batik/transcoder/XMLAbstractTranscoder.html#transcode(org.w3c.dom.Document, java.lang.String, org.apache.batik.transcoder.TranscoderOutput)">transcode</A></B>(<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A>&nbsp;document,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transcodes the specified Document in the specified output.</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/batik/transcoder/XMLAbstractTranscoder.html#transcode(org.apache.batik.transcoder.TranscoderInput, org.apache.batik.transcoder.TranscoderOutput)">transcode</A></B>(<A HREF="../../../../org/apache/batik/transcoder/TranscoderInput.html" title="class in org.apache.batik.transcoder">TranscoderInput</A>&nbsp;input,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Transcodes the specified XML input in the specified output.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.batik.transcoder.TranscoderSupport"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.apache.batik.transcoder.<A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html" title="class in org.apache.batik.transcoder">TranscoderSupport</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#addTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key, java.lang.Object)">addTranscodingHint</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#getErrorHandler()">getErrorHandler</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#getTranscodingHints()">getTranscodingHints</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#removeTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key)">removeTranscodingHint</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#setErrorHandler(org.apache.batik.transcoder.ErrorHandler)">setErrorHandler</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#setTranscodingHints(java.util.Map)">setTranscodingHints</A>, <A HREF="../../../../org/apache/batik/transcoder/TranscoderSupport.html#setTranscodingHints(org.apache.batik.transcoder.TranscodingHints)">setTranscodingHints</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.apache.batik.transcoder.Transcoder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface org.apache.batik.transcoder.<A HREF="../../../../org/apache/batik/transcoder/Transcoder.html" title="interface in org.apache.batik.transcoder">Transcoder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#addTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key, java.lang.Object)">addTranscodingHint</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#getErrorHandler()">getErrorHandler</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#getTranscodingHints()">getTranscodingHints</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#removeTranscodingHint(org.apache.batik.transcoder.TranscodingHints.Key)">removeTranscodingHint</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#setErrorHandler(org.apache.batik.transcoder.ErrorHandler)">setErrorHandler</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#setTranscodingHints(java.util.Map)">setTranscodingHints</A>, <A HREF="../../../../org/apache/batik/transcoder/Transcoder.html#setTranscodingHints(org.apache.batik.transcoder.TranscodingHints)">setTranscodingHints</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="KEY_XML_PARSER_CLASSNAME"><!-- --></A><H3>
KEY_XML_PARSER_CLASSNAME</H3>
<PRE>
public static final <A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A> <B>KEY_XML_PARSER_CLASSNAME</B></PRE>
<DL>
<DD>XML parser classname key.
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<th valign="top" align="right">Key:</th>
<td valign="top">KEY_XML_PARSER_CLASSNAME</td>
</tr>
<tr>
<th valign="top" align="right">Value:</th>
<td valign="top">String</td>
</tr>
<tr>
<th valign="top" align="right">Default:</th>
<td valign="top">null</td>
</tr>
<tr>
<th valign="top" align="right">Required:</th>
<td valign="top">Yes</td>
</tr>
<tr>
<th valign="top" align="right">Description:</th>
<td valign="top">Specify the XML parser classname to use.</td>
</tr>
</table>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="KEY_XML_PARSER_VALIDATING"><!-- --></A><H3>
KEY_XML_PARSER_VALIDATING</H3>
<PRE>
public static final <A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A> <B>KEY_XML_PARSER_VALIDATING</B></PRE>
<DL>
<DD>The validation mode of the XML parser.
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<th valign="top" align="right">Key:</th>
<td valign="top">KEY_XML_PARSER_VALIDATING</td>
</tr>
<tr>
<th valign="top" align="right">Value:</th>
<td valign="top">Boolean</td>
</tr>
<tr>
<th valign="top" align="right">Default:</th>
<td valign="top">false</td>
</tr>
<tr>
<th valign="top" align="right">Required:</th>
<td valign="top">No</td>
</tr>
<tr>
<th valign="top" align="right">Description:</th>
<td valign="top">Specify the validation mode of the XML parser.</td>
</tr>
</table>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="KEY_DOCUMENT_ELEMENT"><!-- --></A><H3>
KEY_DOCUMENT_ELEMENT</H3>
<PRE>
public static final <A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A> <B>KEY_DOCUMENT_ELEMENT</B></PRE>
<DL>
<DD>Document element key.
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<th valign="top" align="right">Key:</th>
<td valign="top">KEY_DOCUMENT_ELEMENT</td>
</tr>
<tr>
<th valign="top" align="right">Value:</th>
<td valign="top">String</td>
</tr>
<tr>
<th valign="top" align="right">Default:</th>
<td valign="top">null</td>
</tr>
<tr>
<th valign="top" align="right">Required:</th>
<td valign="top">Yes</td>
</tr>
<tr>
<th valign="top" align="right">Description:</th>
<td valign="top">Specify the qualified name of the document
type to be created.</td>
</tr>
</table>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="KEY_DOCUMENT_ELEMENT_NAMESPACE_URI"><!-- --></A><H3>
KEY_DOCUMENT_ELEMENT_NAMESPACE_URI</H3>
<PRE>
public static final <A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A> <B>KEY_DOCUMENT_ELEMENT_NAMESPACE_URI</B></PRE>
<DL>
<DD>Document element namespace URI key.
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<th valign="top" align="right">Key:</th>
<td valign="top">KEY_DOCUMENT_ELEMENT_NAMESPACE_URI</td>
</tr>
<tr>
<th valign="top" align="right">Value:</th>
<td valign="top">String</td>
</tr>
<tr>
<th valign="top" align="right">Default:</th>
<td valign="top">null</td>
</tr>
<tr>
<th valign="top" align="right">Required:</th>
<td valign="top">Yes</td>
</tr>
<tr>
<th valign="top" align="right">Description:</th>
<td valign="top">Specify the namespace URI of the document
element.</td>
</tr>
</table>
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="KEY_DOM_IMPLEMENTATION"><!-- --></A><H3>
KEY_DOM_IMPLEMENTATION</H3>
<PRE>
public static final <A HREF="../../../../org/apache/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder">TranscodingHints.Key</A> <B>KEY_DOM_IMPLEMENTATION</B></PRE>
<DL>
<DD>DOM Implementation key.
<table border="0" cellspacing="0" cellpadding="1">
<tr>
<th valign="top" align="right">Key:</th>
<td valign="top">KEY_DOM_IMPLEMENTATION</td>
</tr>
<tr>
<th valign="top" align="right">Value:</th>
<td valign="top">String</td>
</tr>
<tr>
<th valign="top" align="right">Default:</th>
<td valign="top">null</td>
</tr>
<tr>
<th valign="top" align="right">Required:</th>
<td valign="top">Yes</td>
</tr>
<tr>
<th valign="top" align="right">Description:</th>
<td valign="top">Specify the DOM Implementation to use.</td>
</tr>
</table>
<P>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="XMLAbstractTranscoder()"><!-- --></A><H3>
XMLAbstractTranscoder</H3>
<PRE>
protected <B>XMLAbstractTranscoder</B>()</PRE>
<DL>
<DD>Constructs a new <code>XMLAbstractTranscoder</code>.
<P>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="transcode(org.apache.batik.transcoder.TranscoderInput, org.apache.batik.transcoder.TranscoderOutput)"><!-- --></A><H3>
transcode</H3>
<PRE>
public void <B>transcode</B>(<A HREF="../../../../org/apache/batik/transcoder/TranscoderInput.html" title="class in org.apache.batik.transcoder">TranscoderInput</A>&nbsp;input,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)
throws <A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></PRE>
<DL>
<DD>Transcodes the specified XML input in the specified output. All
<code>TranscoderException</code> exceptions not catched previously
are tagged as fatal errors (ie. call the <code>fatalError</code>
method of the <code>ErrorHandler</code>).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>input</CODE> - the XML input to transcode<DD><CODE>output</CODE> - the ouput where to transcode
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></CODE> - if an error occured while transcoding</DL>
</DD>
</DL>
<HR>
<A NAME="createDocumentFactory(org.w3c.dom.DOMImplementation, java.lang.String)"><!-- --></A><H3>
createDocumentFactory</H3>
<PRE>
protected <A HREF="../../../../org/apache/batik/dom/util/DocumentFactory.html" title="interface in org.apache.batik.dom.util">DocumentFactory</A> <B>createDocumentFactory</B>(<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/DOMImplementation.html?is-external=true" title="class or interface in org.w3c.dom">DOMImplementation</A>&nbsp;domImpl,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;parserClassname)</PRE>
<DL>
<DD>Creates the <code>DocumentFactory</code> used to create the DOM
tree. Override this method if you have to use another
implementation of the <code>DocumentFactory</code> (ie. for SVG,
you have to use the <code>SAXSVGDocumentFactory</code>).
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>domImpl</CODE> - the DOM Implementation to use<DD><CODE>parserClassname</CODE> - the XML parser classname</DL>
</DD>
</DL>
<HR>
<A NAME="transcode(org.w3c.dom.Document, java.lang.String, org.apache.batik.transcoder.TranscoderOutput)"><!-- --></A><H3>
transcode</H3>
<PRE>
protected abstract void <B>transcode</B>(<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A>&nbsp;document,
<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;uri,
<A HREF="../../../../org/apache/batik/transcoder/TranscoderOutput.html" title="class in org.apache.batik.transcoder">TranscoderOutput</A>&nbsp;output)
throws <A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></PRE>
<DL>
<DD>Transcodes the specified Document in the specified output.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>document</CODE> - the document to transcode<DD><CODE>uri</CODE> - the uri of the document or null if any<DD><CODE>output</CODE> - the ouput where to transcode
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../org/apache/batik/transcoder/TranscoderException.html" title="class in org.apache.batik.transcoder">TranscoderException</A></CODE> - if an error occured while transcoding</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XMLAbstractTranscoder.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-files/index-1.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/batik/transcoder/TranscodingHints.Key.html" title="class in org.apache.batik.transcoder"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/transcoder/XMLAbstractTranscoder.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="XMLAbstractTranscoder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<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>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2017 <a href='http://www.apache.org/'>Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>