net.sf.latexdraw.parsers
Interface Parser

All Known Implementing Classes:
AbstractCSSParser, AbstractSVGParser, CodeParser, CSSStyleParser, Path2D2SVGPath, Shape2D2SVG, SVGLengthParser, SVGNumberParser, SVGPathParser, SVGPointsParser, URIReferenceParser

public interface Parser

This class defines the general structure of a parser.

This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.

LaTeXDraw is distributed without any warranty; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

09/09/07

Version:
3.0
Author:
Arnaud BLOUIN

Method Summary
 void parse()
          Launches the parsing.
 

Method Detail

parse

void parse()
           throws java.text.ParseException
Launches the parsing.

Throws:
java.text.ParseException - If an error occurs.
Since:
2.0.2