uci.xml.argo
Class ArgoParser

uci.xml.SAXParserBase
  |
  +--uci.xml.argo.ArgoParser

public class ArgoParser
extends SAXParserBase


Field Summary
protected  Project _proj
           
static ArgoParser SINGLETON
           
 
Fields inherited from class uci.xml.SAXParserBase
_dbg, _returnString, _startElement, _verbose
 
Constructor Summary
protected ArgoParser()
           
 
Method Summary
 Project getProject()
           
protected  void handleArgo(XMLElement e)
           
protected  void handleAuthorname(XMLElement e)
           
protected  void handleDescription(XMLElement e)
           
protected  void handleDocumentation(XMLElement e)
           
 void handleEndElement(XMLElement e)
           
protected  void handleHistoryfile(XMLElement e)
           
protected  void handleMember(XMLElement e)
           
protected  void handleSearchpath(XMLElement e)
           
 void handleStartElement(XMLElement e)
           
protected  void handleVersion(XMLElement e)
           
 void readProject(URL url)
           
 
Methods inherited from class uci.xml.SAXParserBase
characters, endElement, getParseTime, getStats, ignoreElement, notImplemented, parse, resolveEntity, setDebug, setStats, startElement
 

Field Detail

SINGLETON

public static ArgoParser SINGLETON

_proj

protected Project _proj
Constructor Detail

ArgoParser

protected ArgoParser()
Method Detail

readProject

public void readProject(URL url)

getProject

public Project getProject()

handleStartElement

public void handleStartElement(XMLElement e)
Overrides:
handleStartElement in class SAXParserBase

handleEndElement

public void handleEndElement(XMLElement e)
Overrides:
handleEndElement in class SAXParserBase

handleArgo

protected void handleArgo(XMLElement e)

handleDocumentation

protected void handleDocumentation(XMLElement e)

handleAuthorname

protected void handleAuthorname(XMLElement e)

handleVersion

protected void handleVersion(XMLElement e)

handleDescription

protected void handleDescription(XMLElement e)

handleSearchpath

protected void handleSearchpath(XMLElement e)

handleMember

protected void handleMember(XMLElement e)

handleHistoryfile

protected void handleHistoryfile(XMLElement e)