blob: 37deb14e04ad698ea82bd247e01794d65f532afc [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>
CSSLexicalUnit (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="CSSLexicalUnit (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/CSSLexicalUnit.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/AbstractSiblingSelector.html" title="class in org.apache.batik.css.parser"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.DimensionLexicalUnit.html" title="class in org.apache.batik.css.parser"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/css/parser/CSSLexicalUnit.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CSSLexicalUnit.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;<A HREF="#nested_class_summary">NESTED</A>&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.css.parser</FONT>
<BR>
Class CSSLexicalUnit</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 "><B>org.apache.batik.css.parser.CSSLexicalUnit</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD>org.w3c.css.sac.LexicalUnit</DD>
</DL>
<DL>
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.DimensionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.DimensionLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FloatLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FloatLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FunctionLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.IntegerLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.IntegerLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.PredefinedFunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.PredefinedFunctionLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.SimpleLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.SimpleLexicalUnit</A>, <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.StringLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.StringLexicalUnit</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public abstract class <B>CSSLexicalUnit</B><DT>extends <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><DT>implements org.w3c.css.sac.LexicalUnit</DL>
</PRE>
<P>
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.
<P>
<P>
<HR>
<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->
<A NAME="nested_class_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>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.DimensionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.DimensionLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a dimension unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FloatLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FloatLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a float unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.FunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.FunctionLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a function unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.IntegerLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.IntegerLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents an integer unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.PredefinedFunctionLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.PredefinedFunctionLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a function unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.SimpleLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.SimpleLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a simple unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.StringLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit.StringLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This class represents a string unit.</TD>
</TR>
</TABLE>
&nbsp;<!-- =========== 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>protected &nbsp;short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#lexicalUnitType">lexicalUnitType</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The lexical unit type.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#nextLexicalUnit">nextLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The next lexical unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#previousLexicalUnit">previousLexicalUnit</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The previous lexical unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#TEXT_COUNTER_FUNCTION">TEXT_COUNTER_FUNCTION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#TEXT_COUNTERS_FUNCTION">TEXT_COUNTERS_FUNCTION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#TEXT_RECT_FUNCTION">TEXT_RECT_FUNCTION</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#TEXT_RGBCOLOR">TEXT_RGBCOLOR</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_CENTIMETER">UNIT_TEXT_CENTIMETER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_DEGREE">UNIT_TEXT_DEGREE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_EM">UNIT_TEXT_EM</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_EX">UNIT_TEXT_EX</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_GRADIAN">UNIT_TEXT_GRADIAN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_HERTZ">UNIT_TEXT_HERTZ</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_INCH">UNIT_TEXT_INCH</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_KILOHERTZ">UNIT_TEXT_KILOHERTZ</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_MILLIMETER">UNIT_TEXT_MILLIMETER</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_MILLISECOND">UNIT_TEXT_MILLISECOND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_PERCENTAGE">UNIT_TEXT_PERCENTAGE</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_PICA">UNIT_TEXT_PICA</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_PIXEL">UNIT_TEXT_PIXEL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_POINT">UNIT_TEXT_POINT</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_RADIAN">UNIT_TEXT_RADIAN</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_REAL">UNIT_TEXT_REAL</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#UNIT_TEXT_SECOND">UNIT_TEXT_SECOND</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;<A NAME="fields_inherited_from_class_org.w3c.css.sac.LexicalUnit"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Fields inherited from interface org.w3c.css.sac.LexicalUnit</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>SAC_ATTR, SAC_CENTIMETER, SAC_COUNTER_FUNCTION, SAC_COUNTERS_FUNCTION, SAC_DEGREE, SAC_DIMENSION, SAC_EM, SAC_EX, SAC_FUNCTION, SAC_GRADIAN, SAC_HERTZ, SAC_IDENT, SAC_INCH, SAC_INHERIT, SAC_INTEGER, SAC_KILOHERTZ, SAC_MILLIMETER, SAC_MILLISECOND, SAC_OPERATOR_COMMA, SAC_OPERATOR_EXP, SAC_OPERATOR_GE, SAC_OPERATOR_GT, SAC_OPERATOR_LE, SAC_OPERATOR_LT, SAC_OPERATOR_MINUS, SAC_OPERATOR_MOD, SAC_OPERATOR_MULTIPLY, SAC_OPERATOR_PLUS, SAC_OPERATOR_SLASH, SAC_OPERATOR_TILDE, SAC_PERCENTAGE, SAC_PICA, SAC_PIXEL, SAC_POINT, SAC_RADIAN, SAC_REAL, SAC_RECT_FUNCTION, SAC_RGBCOLOR, SAC_SECOND, SAC_STRING_VALUE, SAC_SUB_EXPRESSION, SAC_UNICODERANGE, SAC_URI</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/css/parser/CSSLexicalUnit.html#CSSLexicalUnit(short, org.w3c.css.sac.LexicalUnit)">CSSLexicalUnit</A></B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new LexicalUnit.</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>static&nbsp;<A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createDimension(float, java.lang.String, org.w3c.css.sac.LexicalUnit)">createDimension</A></B>(float&nbsp;val,
<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;dim,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new float lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createFloat(short, float, org.w3c.css.sac.LexicalUnit)">createFloat</A></B>(short&nbsp;t,
float&nbsp;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new float lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createFunction(java.lang.String, org.w3c.css.sac.LexicalUnit, org.w3c.css.sac.LexicalUnit)">createFunction</A></B>(<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;f,
org.w3c.css.sac.LexicalUnit&nbsp;params,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new function lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createInteger(int, org.w3c.css.sac.LexicalUnit)">createInteger</A></B>(int&nbsp;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new integer lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createPredefinedFunction(short, org.w3c.css.sac.LexicalUnit, org.w3c.css.sac.LexicalUnit)">createPredefinedFunction</A></B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;params,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new function lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createSimple(short, org.w3c.css.sac.LexicalUnit)">createSimple</A></B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new integer lexical unit.</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/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#createString(short, java.lang.String, org.w3c.css.sac.LexicalUnit)">createString</A></B>(short&nbsp;t,
<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;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new string lexical unit.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getDimensionUnitText()">getDimensionUnitText</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getDimensionUnitText()"><CODE>getDimensionUnitText()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;float</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFloatValue()">getFloatValue</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFloatValue()"><CODE>getFloatValue()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFunctionName()">getFunctionName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFunctionName()"><CODE>getFunctionName()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getIntegerValue()">getIntegerValue</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getIntegerValue()"><CODE>getIntegerValue()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;short</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getLexicalUnitType()">getLexicalUnitType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getLexicalUnitType()"><CODE>getLexicalUnitType()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getNextLexicalUnit()">getNextLexicalUnit</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getNextLexicalUnit()"><CODE>getNextLexicalUnit()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getParameters()">getParameters</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getParameters()"><CODE>getParameters()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getPreviousLexicalUnit()">getPreviousLexicalUnit</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getPreviousLexicalUnit()"><CODE>getPreviousLexicalUnit()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<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></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getStringValue()">getStringValue</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getStringValue()"><CODE>getStringValue()</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;org.w3c.css.sac.LexicalUnit</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getSubValues()">getSubValues</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getSubValues()"><CODE>getSubValues()</CODE></A>.</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/css/parser/CSSLexicalUnit.html#setNextLexicalUnit(org.w3c.css.sac.LexicalUnit)">setNextLexicalUnit</A></B>(org.w3c.css.sac.LexicalUnit&nbsp;lu)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the next lexical unit.</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/css/parser/CSSLexicalUnit.html#setPreviousLexicalUnit(org.w3c.css.sac.LexicalUnit)">setPreviousLexicalUnit</A></B>(org.w3c.css.sac.LexicalUnit&nbsp;lu)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the previous lexical unit.</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;
<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="UNIT_TEXT_CENTIMETER"><!-- --></A><H3>
UNIT_TEXT_CENTIMETER</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_CENTIMETER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_CENTIMETER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_DEGREE"><!-- --></A><H3>
UNIT_TEXT_DEGREE</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_DEGREE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_DEGREE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_EM"><!-- --></A><H3>
UNIT_TEXT_EM</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_EM</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_EM">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_EX"><!-- --></A><H3>
UNIT_TEXT_EX</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_EX</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_EX">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_GRADIAN"><!-- --></A><H3>
UNIT_TEXT_GRADIAN</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_GRADIAN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_GRADIAN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_HERTZ"><!-- --></A><H3>
UNIT_TEXT_HERTZ</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_HERTZ</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_HERTZ">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_INCH"><!-- --></A><H3>
UNIT_TEXT_INCH</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_INCH</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_INCH">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_KILOHERTZ"><!-- --></A><H3>
UNIT_TEXT_KILOHERTZ</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_KILOHERTZ</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_KILOHERTZ">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_MILLIMETER"><!-- --></A><H3>
UNIT_TEXT_MILLIMETER</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_MILLIMETER</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_MILLIMETER">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_MILLISECOND"><!-- --></A><H3>
UNIT_TEXT_MILLISECOND</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_MILLISECOND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_MILLISECOND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_PERCENTAGE"><!-- --></A><H3>
UNIT_TEXT_PERCENTAGE</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_PERCENTAGE</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_PERCENTAGE">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_PICA"><!-- --></A><H3>
UNIT_TEXT_PICA</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_PICA</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_PICA">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_PIXEL"><!-- --></A><H3>
UNIT_TEXT_PIXEL</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_PIXEL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_PIXEL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_POINT"><!-- --></A><H3>
UNIT_TEXT_POINT</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_POINT</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_POINT">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_RADIAN"><!-- --></A><H3>
UNIT_TEXT_RADIAN</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_RADIAN</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_RADIAN">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_REAL"><!-- --></A><H3>
UNIT_TEXT_REAL</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_REAL</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_REAL">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="UNIT_TEXT_SECOND"><!-- --></A><H3>
UNIT_TEXT_SECOND</H3>
<PRE>
public static final <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> <B>UNIT_TEXT_SECOND</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.UNIT_TEXT_SECOND">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TEXT_RGBCOLOR"><!-- --></A><H3>
TEXT_RGBCOLOR</H3>
<PRE>
public static final <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> <B>TEXT_RGBCOLOR</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.TEXT_RGBCOLOR">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TEXT_RECT_FUNCTION"><!-- --></A><H3>
TEXT_RECT_FUNCTION</H3>
<PRE>
public static final <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> <B>TEXT_RECT_FUNCTION</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.TEXT_RECT_FUNCTION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TEXT_COUNTER_FUNCTION"><!-- --></A><H3>
TEXT_COUNTER_FUNCTION</H3>
<PRE>
public static final <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> <B>TEXT_COUNTER_FUNCTION</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.TEXT_COUNTER_FUNCTION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="TEXT_COUNTERS_FUNCTION"><!-- --></A><H3>
TEXT_COUNTERS_FUNCTION</H3>
<PRE>
public static final <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> <B>TEXT_COUNTERS_FUNCTION</B></PRE>
<DL>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#org.apache.batik.css.parser.CSSLexicalUnit.TEXT_COUNTERS_FUNCTION">Constant Field Values</A></DL>
</DL>
<HR>
<A NAME="lexicalUnitType"><!-- --></A><H3>
lexicalUnitType</H3>
<PRE>
protected short <B>lexicalUnitType</B></PRE>
<DL>
<DD>The lexical unit type.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="nextLexicalUnit"><!-- --></A><H3>
nextLexicalUnit</H3>
<PRE>
protected org.w3c.css.sac.LexicalUnit <B>nextLexicalUnit</B></PRE>
<DL>
<DD>The next lexical unit.
<P>
<DL>
</DL>
</DL>
<HR>
<A NAME="previousLexicalUnit"><!-- --></A><H3>
previousLexicalUnit</H3>
<PRE>
protected org.w3c.css.sac.LexicalUnit <B>previousLexicalUnit</B></PRE>
<DL>
<DD>The previous lexical unit.
<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="CSSLexicalUnit(short, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
CSSLexicalUnit</H3>
<PRE>
protected <B>CSSLexicalUnit</B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new LexicalUnit.
<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="getLexicalUnitType()"><!-- --></A><H3>
getLexicalUnitType</H3>
<PRE>
public short <B>getLexicalUnitType</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getLexicalUnitType()"><CODE>getLexicalUnitType()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getLexicalUnitType</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNextLexicalUnit()"><!-- --></A><H3>
getNextLexicalUnit</H3>
<PRE>
public org.w3c.css.sac.LexicalUnit <B>getNextLexicalUnit</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getNextLexicalUnit()"><CODE>getNextLexicalUnit()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getNextLexicalUnit</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setNextLexicalUnit(org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
setNextLexicalUnit</H3>
<PRE>
public void <B>setNextLexicalUnit</B>(org.w3c.css.sac.LexicalUnit&nbsp;lu)</PRE>
<DL>
<DD>Sets the next lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPreviousLexicalUnit()"><!-- --></A><H3>
getPreviousLexicalUnit</H3>
<PRE>
public org.w3c.css.sac.LexicalUnit <B>getPreviousLexicalUnit</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getPreviousLexicalUnit()"><CODE>getPreviousLexicalUnit()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getPreviousLexicalUnit</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="setPreviousLexicalUnit(org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
setPreviousLexicalUnit</H3>
<PRE>
public void <B>setPreviousLexicalUnit</B>(org.w3c.css.sac.LexicalUnit&nbsp;lu)</PRE>
<DL>
<DD>Sets the previous lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getIntegerValue()"><!-- --></A><H3>
getIntegerValue</H3>
<PRE>
public int <B>getIntegerValue</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getIntegerValue()"><CODE>getIntegerValue()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getIntegerValue</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFloatValue()"><!-- --></A><H3>
getFloatValue</H3>
<PRE>
public float <B>getFloatValue</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFloatValue()"><CODE>getFloatValue()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getFloatValue</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDimensionUnitText()"><!-- --></A><H3>
getDimensionUnitText</H3>
<PRE>
public <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> <B>getDimensionUnitText</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getDimensionUnitText()"><CODE>getDimensionUnitText()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getDimensionUnitText</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFunctionName()"><!-- --></A><H3>
getFunctionName</H3>
<PRE>
public <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> <B>getFunctionName</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getFunctionName()"><CODE>getFunctionName()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getFunctionName</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getParameters()"><!-- --></A><H3>
getParameters</H3>
<PRE>
public org.w3c.css.sac.LexicalUnit <B>getParameters</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getParameters()"><CODE>getParameters()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getParameters</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getStringValue()"><!-- --></A><H3>
getStringValue</H3>
<PRE>
public <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> <B>getStringValue</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getStringValue()"><CODE>getStringValue()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getStringValue</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSubValues()"><!-- --></A><H3>
getSubValues</H3>
<PRE>
public org.w3c.css.sac.LexicalUnit <B>getSubValues</B>()</PRE>
<DL>
<DD><b>SAC</b>: Implements <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html#getSubValues()"><CODE>getSubValues()</CODE></A>.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE>getSubValues</CODE> in interface <CODE>org.w3c.css.sac.LexicalUnit</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createSimple(short, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createSimple</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createSimple</B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new integer lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createInteger(int, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createInteger</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createInteger</B>(int&nbsp;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new integer lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createFloat(short, float, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createFloat</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createFloat</B>(short&nbsp;t,
float&nbsp;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new float lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createDimension(float, java.lang.String, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createDimension</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createDimension</B>(float&nbsp;val,
<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;dim,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new float lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createFunction(java.lang.String, org.w3c.css.sac.LexicalUnit, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createFunction</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createFunction</B>(<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;f,
org.w3c.css.sac.LexicalUnit&nbsp;params,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new function lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createPredefinedFunction(short, org.w3c.css.sac.LexicalUnit, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createPredefinedFunction</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createPredefinedFunction</B>(short&nbsp;t,
org.w3c.css.sac.LexicalUnit&nbsp;params,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new function lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createString(short, java.lang.String, org.w3c.css.sac.LexicalUnit)"><!-- --></A><H3>
createString</H3>
<PRE>
public static <A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.html" title="class in org.apache.batik.css.parser">CSSLexicalUnit</A> <B>createString</B>(short&nbsp;t,
<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;val,
org.w3c.css.sac.LexicalUnit&nbsp;prev)</PRE>
<DL>
<DD>Creates a new string lexical unit.
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
</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/CSSLexicalUnit.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/AbstractSiblingSelector.html" title="class in org.apache.batik.css.parser"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/batik/css/parser/CSSLexicalUnit.DimensionLexicalUnit.html" title="class in org.apache.batik.css.parser"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/batik/css/parser/CSSLexicalUnit.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="CSSLexicalUnit.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;<A HREF="#nested_class_summary">NESTED</A>&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>