blob: 5c717d1a202422899876a8c4e041cba063659afc [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.css.parser (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.css.parser (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/engine/value/svg12/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/dom/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/css/parser/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.css.parser
</H2>
Provides a CSS parser conform to the
<a href="http://www.w3.org/Style/CSS/SAC/">SAC</a> API.
<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/css/parser/ExtendedParser.html" title="interface in org.apache.batik.css.parser">ExtendedParser</A></B></TD>
<TD>This class implements the <CODE>Parser</CODE> interface plus a
set of custom methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/LexicalUnits.html" title="interface in org.apache.batik.css.parser">LexicalUnits</A></B></TD>
<TD>This interface defines the constants that represent CSS lexical units.</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/css/parser/AbstractAttributeCondition.html" title="class in org.apache.batik.css.parser">AbstractAttributeCondition</A></B></TD>
<TD>This class provides an abstract implementation of the <CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/AbstractCombinatorCondition.html" title="class in org.apache.batik.css.parser">AbstractCombinatorCondition</A></B></TD>
<TD>This class provides an abstract implementation of the
<CODE>CombinatorCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/AbstractDescendantSelector.html" title="class in org.apache.batik.css.parser">AbstractDescendantSelector</A></B></TD>
<TD>This class provides an abstract implementation of the
<CODE>DescendantSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/AbstractElementSelector.html" title="class in org.apache.batik.css.parser">AbstractElementSelector</A></B></TD>
<TD>This class provides an abstract implementation of the
<CODE>ElementSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/AbstractSiblingSelector.html" title="class in org.apache.batik.css.parser">AbstractSiblingSelector</A></B></TD>
<TD>This class provides an abstract implementation of the <CODE>SiblingSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></B></TD>
<TD>This class implements the <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.SimpleLexicalUnit.html" title="class in org.apache.batik.css.parser"><CODE>CSSLexicalUnit.SimpleLexicalUnit</CODE></A> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.DimensionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.DimensionLexicalUnit</A></B></TD>
<TD>This class represents a dimension unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FloatLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FloatLexicalUnit</A></B></TD>
<TD>This class represents a float unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FunctionLexicalUnit</A></B></TD>
<TD>This class represents a function unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.IntegerLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.IntegerLexicalUnit</A></B></TD>
<TD>This class represents an integer unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.PredefinedFunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.PredefinedFunctionLexicalUnit</A></B></TD>
<TD>This class represents a function unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.SimpleLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.SimpleLexicalUnit</A></B></TD>
<TD>This class represents a simple unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.StringLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.StringLexicalUnit</A></B></TD>
<TD>This class represents a string unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSSACMediaList.html" title="class in org.apache.batik.css.parser">CSSSACMediaList</A></B></TD>
<TD>This class implements the <CODE>SACMediaList</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/CSSSelectorList.html" title="class in org.apache.batik.css.parser">CSSSelectorList</A></B></TD>
<TD>This class implements the <CODE>SelectorList</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultAndCondition.html" title="class in org.apache.batik.css.parser">DefaultAndCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>CombinatorCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultAttributeCondition.html" title="class in org.apache.batik.css.parser">DefaultAttributeCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultBeginHyphenAttributeCondition.html" title="class in org.apache.batik.css.parser">DefaultBeginHyphenAttributeCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultChildSelector.html" title="class in org.apache.batik.css.parser">DefaultChildSelector</A></B></TD>
<TD>This class provides an implementation of the
<CODE>DescendantSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultClassCondition.html" title="class in org.apache.batik.css.parser">DefaultClassCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultConditionalSelector.html" title="class in org.apache.batik.css.parser">DefaultConditionalSelector</A></B></TD>
<TD>This class provides an implementation of the
<CODE>ConditionalSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultConditionFactory.html" title="class in org.apache.batik.css.parser">DefaultConditionFactory</A></B></TD>
<TD>This class provides an implementation of the
<CODE>ConditionFactory</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultDescendantSelector.html" title="class in org.apache.batik.css.parser">DefaultDescendantSelector</A></B></TD>
<TD>This class provides an implementation for the
<CODE>DescendantSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultDirectAdjacentSelector.html" title="class in org.apache.batik.css.parser">DefaultDirectAdjacentSelector</A></B></TD>
<TD>This class provides an implementation for the
<CODE>DescendantSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultDocumentHandler.html" title="class in org.apache.batik.css.parser">DefaultDocumentHandler</A></B></TD>
<TD>This class provides a default implementation of the SAC DocumentHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultElementSelector.html" title="class in org.apache.batik.css.parser">DefaultElementSelector</A></B></TD>
<TD>This class implements the <CODE>ElementSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultErrorHandler.html" title="class in org.apache.batik.css.parser">DefaultErrorHandler</A></B></TD>
<TD>This class provides a default implementation of the
<CODE>ErrorHandler</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultIdCondition.html" title="class in org.apache.batik.css.parser">DefaultIdCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultLangCondition.html" title="class in org.apache.batik.css.parser">DefaultLangCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>LangCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultOneOfAttributeCondition.html" title="class in org.apache.batik.css.parser">DefaultOneOfAttributeCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultPseudoClassCondition.html" title="class in org.apache.batik.css.parser">DefaultPseudoClassCondition</A></B></TD>
<TD>This class provides an implementation of the
<CODE>AttributeCondition</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultPseudoElementSelector.html" title="class in org.apache.batik.css.parser">DefaultPseudoElementSelector</A></B></TD>
<TD>This class implements the <CODE>ElementSelector</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/DefaultSelectorFactory.html" title="class in org.apache.batik.css.parser">DefaultSelectorFactory</A></B></TD>
<TD>This class implements the <CODE>SelectorFactory</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/ExtendedParserWrapper.html" title="class in org.apache.batik.css.parser">ExtendedParserWrapper</A></B></TD>
<TD>This class implements the <A HREF="../../../../../org/apache/batik/css/parser/ExtendedParser.html" title="interface in org.apache.batik.css.parser"><CODE>ExtendedParser</CODE></A>
interface by wrapping a standard <CODE>Parser</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/Parser.html" title="class in org.apache.batik.css.parser">Parser</A></B></TD>
<TD>This class implements the <CODE>Parser</CODE> interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/Scanner.html" title="class in org.apache.batik.css.parser">Scanner</A></B></TD>
<TD>This class represents a CSS scanner - an object which decodes CSS lexical
units.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/ScannerUtilities.html" title="class in org.apache.batik.css.parser">ScannerUtilities</A></B></TD>
<TD>A collection of utility functions for a CSS scanner.</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>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../org/apache/batik/css/parser/ParseException.html" title="class in org.apache.batik.css.parser">ParseException</A></B></TD>
<TD>This class encapsulates a general parse error or warning.</TD>
</TR>
</TABLE>
&nbsp;
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.apache.batik.css.parser Description
</H2>
<P>
Provides a CSS parser conform to the
<a href="http://www.w3.org/Style/CSS/SAC/">SAC</a> API.
<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/engine/value/svg12/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/dom/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/css/parser/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>