blob: 44cede68f899ba0a596df390da898a446e62d5f8 [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>
org.apache.batik.dom (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="org.apache.batik.dom (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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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/css/parser/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/dom/events/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/dom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.apache.batik.dom
</H2>
Provides an implementation of the DOM level 2 core module.
<P>
<B>See:</B>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/DomExtension.html" title="interface in org.apache.batik.dom">DomExtension</A></B></TD>
<TD>This is a Service interface for classes that want to extend the
functionality of the AbstractDocument, to support new tags in the
DOM tree.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/ExtendedNode.html" title="interface in org.apache.batik.dom">ExtendedNode</A></B></TD>
<TD>This interface provides an access to the non DOM methods implemented by
all the nodes in this implementation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/ExtensibleDOMImplementation.ElementFactory.html" title="interface in org.apache.batik.dom">ExtensibleDOMImplementation.ElementFactory</A></B></TD>
<TD>This interface represents a factory for elements.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/StyleSheetFactory.html" title="interface in org.apache.batik.dom">StyleSheetFactory</A></B></TD>
<TD>This interface represents a StyleSheet factory.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractAttr.html" title="class in org.apache.batik.dom">AbstractAttr</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Attr</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractAttrNS.html" title="class in org.apache.batik.dom">AbstractAttrNS</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Attr</CODE></A> interface with
support for namespaces.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractCharacterData.html" title="class in org.apache.batik.dom">AbstractCharacterData</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/CharacterData.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>CharacterData</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractChildNode.html" title="class in org.apache.batik.dom">AbstractChildNode</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Node</CODE></A> interface with support
for parent and siblings.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractComment.html" title="class in org.apache.batik.dom">AbstractComment</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Comment.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Comment</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractDocument.html" title="class in org.apache.batik.dom">AbstractDocument</A></B></TD>
<TD>This class implements the <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"><CODE>Document</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractDocumentFragment.html" title="class in org.apache.batik.dom">AbstractDocumentFragment</A></B></TD>
<TD>This class implements <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/DocumentFragment.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>DocumentFragment</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractDOMImplementation.html" title="class in org.apache.batik.dom">AbstractDOMImplementation</A></B></TD>
<TD>This class implements the <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"><CODE>DOMImplementation</CODE></A>,
<A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/css/DOMImplementationCSS.html?is-external=true" title="class or interface in org.w3c.dom.css"><CODE>DOMImplementationCSS</CODE></A> interfaces.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractElement.html" title="class in org.apache.batik.dom">AbstractElement</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Element</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractElement.Entry.html" title="class in org.apache.batik.dom">AbstractElement.Entry</A></B></TD>
<TD>To manage collisions in the attributes map.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractElementNS.html" title="class in org.apache.batik.dom">AbstractElementNS</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Element</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractEntity.html" title="class in org.apache.batik.dom">AbstractEntity</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Entity.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Entity</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractEntityReference.html" title="class in org.apache.batik.dom">AbstractEntityReference</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/EntityReference.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>EntityReference</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractNode.html" title="class in org.apache.batik.dom">AbstractNode</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Node</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractNotation.html" title="class in org.apache.batik.dom">AbstractNotation</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Notation.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Notation</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractParentChildNode.html" title="class in org.apache.batik.dom">AbstractParentChildNode</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Node</CODE></A> interface with support
for children, parent and siblings.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractParentNode.html" title="class in org.apache.batik.dom">AbstractParentNode</A></B></TD>
<TD>This class implements the Node interface with support for children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractProcessingInstruction.html" title="class in org.apache.batik.dom">AbstractProcessingInstruction</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/ProcessingInstruction.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>ProcessingInstruction</CODE></A>
interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractStylableDocument.html" title="class in org.apache.batik.dom">AbstractStylableDocument</A></B></TD>
<TD>A Document that supports CSS styling.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/AbstractText.html" title="class in org.apache.batik.dom">AbstractText</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Text.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Text</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/ExtensibleDOMImplementation.html" title="class in org.apache.batik.dom">ExtensibleDOMImplementation</A></B></TD>
<TD>This class implements the <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"><CODE>DOMImplementation</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericAttr.html" title="class in org.apache.batik.dom">GenericAttr</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Attr</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericAttrNS.html" title="class in org.apache.batik.dom">GenericAttrNS</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Attr.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Attr</CODE></A> interface with
support for namespaces.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericCDATASection.html" title="class in org.apache.batik.dom">GenericCDATASection</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/CDATASection.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>CDATASection</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericComment.html" title="class in org.apache.batik.dom">GenericComment</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Comment.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Comment</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericDocument.html" title="class in org.apache.batik.dom">GenericDocument</A></B></TD>
<TD>This class implements the <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"><CODE>Document</CODE></A>,
<A HREF="../../../../org/w3c/dom/events/DocumentEvent.html" title="interface in org.w3c.dom.events"><CODE>DocumentEvent</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericDocumentFragment.html" title="class in org.apache.batik.dom">GenericDocumentFragment</A></B></TD>
<TD>This class implements <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/DocumentFragment.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>DocumentFragment</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericDocumentType.html" title="class in org.apache.batik.dom">GenericDocumentType</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/DocumentType.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>DocumentType</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericDOMImplementation.html" title="class in org.apache.batik.dom">GenericDOMImplementation</A></B></TD>
<TD>This class implements the <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"><CODE>DOMImplementation</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericElement.html" title="class in org.apache.batik.dom">GenericElement</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Element</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericElementNS.html" title="class in org.apache.batik.dom">GenericElementNS</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Element.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Element</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericEntity.html" title="class in org.apache.batik.dom">GenericEntity</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Entity.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Entity</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericEntityReference.html" title="class in org.apache.batik.dom">GenericEntityReference</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/EntityReference.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>EntityReference</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericNotation.html" title="class in org.apache.batik.dom">GenericNotation</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Notation.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Notation</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericProcessingInstruction.html" title="class in org.apache.batik.dom">GenericProcessingInstruction</A></B></TD>
<TD>This class implements the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/ProcessingInstruction.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>ProcessingInstruction</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/GenericText.html" title="class in org.apache.batik.dom">GenericText</A></B></TD>
<TD>This class provides a generic implementation of the <A HREF="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Text.html?is-external=true" title="class or interface in org.w3c.dom"><CODE>Text</CODE></A>
interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/dom/StyleSheetProcessingInstruction.html" title="class in org.apache.batik.dom">StyleSheetProcessingInstruction</A></B></TD>
<TD>This class provides an implementation of the 'xml-stylesheet' processing
instructions.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.apache.batik.dom Description
</H2>
<P>
Provides an implementation of the DOM level 2 core module.
<P>
<P>
<DL>
</DL>
<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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.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/css/parser/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/dom/events/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/batik/dom/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="package-summary.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>
</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>