xcodegen.parser
Interface Parser

All Known Implementing Classes:
XMLParser

public interface Parser

XCodeGen parser

Version:
$Revision: 1.1.1.1 $
Author:
Herve Tchepannou

Method Summary
 XPackage[] parse(java.io.InputStream in)
          Parse an InputStream an build the package structure
 

Method Detail

parse

public XPackage[] parse(java.io.InputStream in)
                 throws ParserException
Parse an InputStream an build the package structure

Parameters:
in - InputStream containing the packages descriptions
Returns:
Package structure build
Throws:
ParserException - if any errors when parsing the file