blob: 6bf759398baac06f1c07b7e9ec106b726b6afbcf [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.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.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/i18n/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/script/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/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.parser
</H2>
Provides a set of parsers and objects to manipulate SVG attributes.
<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/parser/AngleHandler.html" title="interface in org.apache.batik.parser">AngleHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>AngleParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/ClockHandler.html" title="interface in org.apache.batik.parser">ClockHandler</A></B></TD>
<TD>This interface must be implemented and then registered as the
handler of a <A HREF="../../../../org/apache/batik/parser/ClockParser.html" title="class in org.apache.batik.parser"><CODE>ClockParser</CODE></A> instance in order
to be notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/ErrorHandler.html" title="interface in org.apache.batik.parser">ErrorHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the error handler
in order to be notified of parsing errors.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/FragmentIdentifierHandler.html" title="interface in org.apache.batik.parser">FragmentIdentifierHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PreserveAspectRatioParser</code> instance
in order to be notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthHandler.html" title="interface in org.apache.batik.parser">LengthHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>LengthParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthListHandler.html" title="interface in org.apache.batik.parser">LengthListHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>LengthListParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/NumberListHandler.html" title="interface in org.apache.batik.parser">NumberListHandler</A></B></TD>
<TD>An handler interface for parsing NumberLists.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/Parser.html" title="interface in org.apache.batik.parser">Parser</A></B></TD>
<TD>This interface represents a parser.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PathHandler.html" title="interface in org.apache.batik.parser">PathHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PathParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PointsHandler.html" title="interface in org.apache.batik.parser">PointsHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PointsParser</code> instance in order to be
notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PreserveAspectRatioHandler.html" title="interface in org.apache.batik.parser">PreserveAspectRatioHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>PreserveAspectRatioParser</code> instance in order to
be notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/ShapeProducer.html" title="interface in org.apache.batik.parser">ShapeProducer</A></B></TD>
<TD>This interface represents objects which creates Shape objects.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TimingSpecifierHandler.html" title="interface in org.apache.batik.parser">TimingSpecifierHandler</A></B></TD>
<TD>This interface must be implemented and then registered as the
handler of a <A HREF="../../../../org/apache/batik/parser/TimingSpecifierParser.html" title="class in org.apache.batik.parser"><CODE>TimingSpecifierParser</CODE></A> instance in order
to be notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TimingSpecifierListHandler.html" title="interface in org.apache.batik.parser">TimingSpecifierListHandler</A></B></TD>
<TD>An adapter class for <A HREF="../../../../org/apache/batik/parser/TimingSpecifierListHandler.html" title="interface in org.apache.batik.parser"><CODE>TimingSpecifierListHandler</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TransformListHandler.html" title="interface in org.apache.batik.parser">TransformListHandler</A></B></TD>
<TD>This interface must be implemented and then registred as the
handler of a <code>TransformParser</code> instance in order to
be notified of parsing events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/UnitProcessor.Context.html" title="interface in org.apache.batik.parser">UnitProcessor.Context</A></B></TD>
<TD>Holds the informations needed to compute the 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/parser/AbstractParser.html" title="class in org.apache.batik.parser">AbstractParser</A></B></TD>
<TD>This class is the superclass of all parsers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AbstractScanner.html" title="class in org.apache.batik.parser">AbstractScanner</A></B></TD>
<TD>An abstract scanner class to be extended.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AngleParser.html" title="class in org.apache.batik.parser">AngleParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG angle
values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AWTPathProducer.html" title="class in org.apache.batik.parser">AWTPathProducer</A></B></TD>
<TD>This class provides an implementation of the PathHandler that initializes
a Shape from the value of a path's 'd' attribute.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AWTPolygonProducer.html" title="class in org.apache.batik.parser">AWTPolygonProducer</A></B></TD>
<TD>This class produces a polygon shape from a reader.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AWTPolylineProducer.html" title="class in org.apache.batik.parser">AWTPolylineProducer</A></B></TD>
<TD>This class produces a polyline shape from a reader.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/AWTTransformProducer.html" title="class in org.apache.batik.parser">AWTTransformProducer</A></B></TD>
<TD>This class provides an implementation of the PathHandler that initializes
an AffineTransform from the value of a 'transform' attribute.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/ClockParser.html" title="class in org.apache.batik.parser">ClockParser</A></B></TD>
<TD>A parser for clock values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultAngleHandler.html" title="class in org.apache.batik.parser">DefaultAngleHandler</A></B></TD>
<TD>This class provides an adapter for AngleHandler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultErrorHandler.html" title="class in org.apache.batik.parser">DefaultErrorHandler</A></B></TD>
<TD>This class provides a default implementation of ErrorHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultFragmentIdentifierHandler.html" title="class in org.apache.batik.parser">DefaultFragmentIdentifierHandler</A></B></TD>
<TD>This class provides an adapter for FragmentIdentifierHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultLengthHandler.html" title="class in org.apache.batik.parser">DefaultLengthHandler</A></B></TD>
<TD>This class provides an adapter for LengthHandler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultLengthListHandler.html" title="class in org.apache.batik.parser">DefaultLengthListHandler</A></B></TD>
<TD>This class provides an adapter for LengthListHandler</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultNumberListHandler.html" title="class in org.apache.batik.parser">DefaultNumberListHandler</A></B></TD>
<TD>&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultPathHandler.html" title="class in org.apache.batik.parser">DefaultPathHandler</A></B></TD>
<TD>The class provides an adapter for PathHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultPointsHandler.html" title="class in org.apache.batik.parser">DefaultPointsHandler</A></B></TD>
<TD>This class provides an adapter for PointsHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultPreserveAspectRatioHandler.html" title="class in org.apache.batik.parser">DefaultPreserveAspectRatioHandler</A></B></TD>
<TD>This class provides an adapter for PreserveAspectRatioHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultTimingSpecifierHandler.html" title="class in org.apache.batik.parser">DefaultTimingSpecifierHandler</A></B></TD>
<TD>An adapter class for <A HREF="../../../../org/apache/batik/parser/TimingSpecifierHandler.html" title="interface in org.apache.batik.parser"><CODE>TimingSpecifierHandler</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultTimingSpecifierListHandler.html" title="class in org.apache.batik.parser">DefaultTimingSpecifierListHandler</A></B></TD>
<TD>An adapter class for <A HREF="../../../../org/apache/batik/parser/TimingSpecifierListHandler.html" title="interface in org.apache.batik.parser"><CODE>TimingSpecifierListHandler</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/DefaultTransformListHandler.html" title="class in org.apache.batik.parser">DefaultTransformListHandler</A></B></TD>
<TD>This class provides an adapter for TransformListHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/FloatArrayProducer.html" title="class in org.apache.batik.parser">FloatArrayProducer</A></B></TD>
<TD>A handler class that generates an array of floats from parsing a
number list or a point list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/FragmentIdentifierParser.html" title="class in org.apache.batik.parser">FragmentIdentifierParser</A></B></TD>
<TD>This class represents an event-based parser for the SVG
fragment identifiers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthArrayProducer.html" title="class in org.apache.batik.parser">LengthArrayProducer</A></B></TD>
<TD>A handler class that generates an array of shorts and an array floats from
parsing a length list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthListParser.html" title="class in org.apache.batik.parser">LengthListParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG length
list values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthPairListParser.html" title="class in org.apache.batik.parser">LengthPairListParser</A></B></TD>
<TD>This class implements an event-based parser for semicolon separated
length pair lists, as used in the 'values' attribute of the 'animateMotion'
element.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/LengthParser.html" title="class in org.apache.batik.parser">LengthParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG length
values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/NumberListParser.html" title="class in org.apache.batik.parser">NumberListParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG Number
list values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/NumberParser.html" title="class in org.apache.batik.parser">NumberParser</A></B></TD>
<TD>This class represents a parser with support for numbers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PathArrayProducer.html" title="class in org.apache.batik.parser">PathArrayProducer</A></B></TD>
<TD>A handler class that generates an array of shorts and an array floats from
parsing path data.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PathParser.html" title="class in org.apache.batik.parser">PathParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG path's d
attribute values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PointsParser.html" title="class in org.apache.batik.parser">PointsParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG points
attribute values (used with polyline and polygon elements).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/PreserveAspectRatioParser.html" title="class in org.apache.batik.parser">PreserveAspectRatioParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG preserveAspectRatio
attribute values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TimingParser.html" title="class in org.apache.batik.parser">TimingParser</A></B></TD>
<TD>An abstract base class for SMIL timing value parsers.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TimingSpecifierListParser.html" title="class in org.apache.batik.parser">TimingSpecifierListParser</A></B></TD>
<TD>This class implements an event-based parser for SMIL timing specifier
list values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TimingSpecifierParser.html" title="class in org.apache.batik.parser">TimingSpecifierParser</A></B></TD>
<TD>This class implements an event-based parser for SMIL timing specifier
list values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/TransformListParser.html" title="class in org.apache.batik.parser">TransformListParser</A></B></TD>
<TD>This class implements an event-based parser for the SVG transform
attribute values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/UnitProcessor.html" title="class in org.apache.batik.parser">UnitProcessor</A></B></TD>
<TD>This class provides methods to convert SVG length and coordinate to
float in user units.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/UnitProcessor.UnitResolver.html" title="class in org.apache.batik.parser">UnitProcessor.UnitResolver</A></B></TD>
<TD>A LengthHandler that convert 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>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../org/apache/batik/parser/ParseException.html" title="class in org.apache.batik.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.parser Description
</H2>
<P>
Provides a set of parsers and objects to manipulate SVG attributes.
<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/i18n/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/batik/script/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/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>