org.apache.batik.refimpl.parser
Class ParserFactory

java.lang.Object
  |
  +--org.apache.batik.refimpl.parser.ParserFactory
All Implemented Interfaces:
ParserFactory

public class ParserFactory
extends java.lang.Object
implements ParserFactory

This interface represents a factory of micro-parser.


Constructor Summary
ParserFactory()
           
 
Method Summary
 AngleParser createAngleParser()
          Creates and returns an angle parser.
 ClockParser createClockParser()
          Creates and returns a clock parser.
 FragmentIdentifierParser createFragmentIdentifierParser()
          Creates and returns a fragment identifier parser.
 LengthParser createLengthListParser()
          Creates and returns a length list parser.
 LengthParser createLengthParser()
          Creates and returns a length parser.
 PathParser createPathParser()
          Creates and returns a path parser.
 PointsParser createPointsParser()
          Creates and returns a points parser.
 PreserveAspectRatioParser createPreserveAspectRatioParser()
          Creates and returns a points parser.
 TransformListParser createTransformListParser()
          Creates and returns a transform list parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserFactory

public ParserFactory()
Method Detail

createAngleParser

public AngleParser createAngleParser()
Creates and returns an angle parser.
Specified by:
createAngleParser in interface ParserFactory

createClockParser

public ClockParser createClockParser()
Creates and returns a clock parser.
Specified by:
createClockParser in interface ParserFactory

createFragmentIdentifierParser

public FragmentIdentifierParser createFragmentIdentifierParser()
Creates and returns a fragment identifier parser.
Specified by:
createFragmentIdentifierParser in interface ParserFactory

createLengthParser

public LengthParser createLengthParser()
Creates and returns a length parser.
Specified by:
createLengthParser in interface ParserFactory

createLengthListParser

public LengthParser createLengthListParser()
Creates and returns a length list parser.
Specified by:
createLengthListParser in interface ParserFactory

createPathParser

public PathParser createPathParser()
Creates and returns a path parser.
Specified by:
createPathParser in interface ParserFactory

createPointsParser

public PointsParser createPointsParser()
Creates and returns a points parser.
Specified by:
createPointsParser in interface ParserFactory

createPreserveAspectRatioParser

public PreserveAspectRatioParser createPreserveAspectRatioParser()
Creates and returns a points parser.
Specified by:
createPreserveAspectRatioParser in interface ParserFactory

createTransformListParser

public TransformListParser createTransformListParser()
Creates and returns a transform list parser.
Specified by:
createTransformListParser in interface ParserFactory


Copyright © 2000 Apache Software Foundation. All Rights Reserved.