xcodegen.parser
Class ParserFactory

java.lang.Object
  |
  +--xcodegen.parser.ParserFactory

public class ParserFactory
extends java.lang.Object

Factory of parsers

Version:
$Revision: 1.1.1.1 $
Author:
Herve Tchepannou

Method Summary
static ParserFactory getInstance()
          Return an instance of the factory
 Parser getXMLParser()
          Return an instance of the XML parser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ParserFactory getInstance()
Return an instance of the factory

Returns:
instance of the factory

getXMLParser

public Parser getXMLParser()
Return an instance of the XML parser

Returns:
instance of the XMLParser