<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">java.lang.Object</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.AbstractParser</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><AHREF="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">com.mxgraph.util.svg.NumberParser</A>
<IMGSRC="../../../../resources/inherit.gif"ALT="extended by "><B>com.mxgraph.util.svg.PointsParser</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B><DD><AHREF="../../../../com/mxgraph/util/svg/Parser.html"title="interface in com.mxgraph.util.svg">Parser</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>PointsParser</B><DT>extends <AHREF="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">NumberParser</A></DL>
</PRE>
<P>
This class implements an event-based parser for the SVG points
attribute values (used with polyline and polygon elements).
<CODE>protected <AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A></CODE></FONT></TD>
<THALIGN="left"><B>Fields inherited from class com.mxgraph.util.svg.<AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</A></B></TH>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/PointsParser.html#PointsParser(com.mxgraph.util.svg.PointsHandler)">PointsParser</A></B>(<AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A> handler)</CODE>
<BR>
Creates a new PointsParser.</TD>
<TD><CODE><B><AHREF="../../../../com/mxgraph/util/svg/PointsParser.html#setPointsHandler(com.mxgraph.util.svg.PointsHandler)">setPointsHandler</A></B>(<AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A> handler)</CODE>
<BR>
Allows an application to register a points handler.</TD>
<THALIGN="left"><B>Methods inherited from class com.mxgraph.util.svg.<AHREF="../../../../com/mxgraph/util/svg/NumberParser.html"title="class in com.mxgraph.util.svg">NumberParser</A></B></TH>
<THALIGN="left"><B>Methods inherited from class com.mxgraph.util.svg.<AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</A></B></TH>
<THALIGN="left"><B>Methods inherited from class java.lang.<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TRBGCOLOR="white"CLASS="TableRowColor">
<TD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()"title="class or interface in java.lang">clone</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)"title="class or interface in java.lang">equals</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()"title="class or interface in java.lang">finalize</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()"title="class or interface in java.lang">getClass</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()"title="class or interface in java.lang">hashCode</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()"title="class or interface in java.lang">notify</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()"title="class or interface in java.lang">notifyAll</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()"title="class or interface in java.lang">toString</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)"title="class or interface in java.lang">wait</A>, <AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)"title="class or interface in java.lang">wait</A></CODE></TD>
protected <AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A><B>pointsHandler</B></PRE>
<DL>
<DD>The points handler used to report parse events.
public <B>PointsParser</B>(<AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A> handler)</PRE>
public void <B>setPointsHandler</B>(<AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A> handler)</PRE>
<DL>
<DD>Allows an application to register a points handler.
<p>If the application does not register a handler, all
events reported by the parser will be silently ignored.
<p>Applications may register a new or different handler in the
middle of a parse, and the parser must begin using the new
handler immediately.</p>
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>handler</CODE> - The transform list handler.</DL>
</DD>
</DL>
<HR>
<ANAME="getPointsHandler()"><!----></A><H3>
getPointsHandler</H3>
<PRE>
public <AHREF="../../../../com/mxgraph/util/svg/PointsHandler.html"title="interface in com.mxgraph.util.svg">PointsHandler</A><B>getPointsHandler</B>()</PRE>
<DL>
<DD>Returns the points handler in use.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<ANAME="doParse()"><!----></A><H3>
doParse</H3>
<PRE>
protected void <B>doParse</B>()
throws <AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A>,
<AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Parses the current stream.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html#doParse()">doParse</A></CODE> in class <CODE><AHREF="../../../../com/mxgraph/util/svg/AbstractParser.html"title="class in com.mxgraph.util.svg">AbstractParser</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><AHREF="../../../../com/mxgraph/util/svg/ParseException.html"title="class in com.mxgraph.util.svg">ParseException</A></CODE>
<DD><CODE><AHREF="http://download.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true"title="class or interface in java.io">IOException</A></CODE></DL>