xcodegen.parser
Class XMLParser

java.lang.Object
  |
  +--xcodegen.parser.XMLParser
All Implemented Interfaces:
Parser

public class XMLParser
extends java.lang.Object
implements Parser

XML parser

Version:
$Revision: 1.8 $
Author:
Herve Tchepannou

Constructor Summary
XMLParser()
           
 
Method Summary
 XPackage[] parse(java.io.InputStream in)
          Parse an InputStream an build the package structure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLParser

public XMLParser()
Method Detail

parse

public XPackage[] parse(java.io.InputStream in)
                 throws ParserException
Description copied from interface: Parser
Parse an InputStream an build the package structure

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