Uses of Class
org.argouml.xml.XMLElement

Packages that use XMLElement
org.argouml.xml Package Specification (none) Related Documentation (none) 
org.argouml.xml.argo Package Specification (none) Related Documentation (none) 
org.argouml.xml.todo   
 

Uses of XMLElement in org.argouml.xml
 

Methods in org.argouml.xml with parameters of type XMLElement
protected abstract  void SAXParserBase.handleStartElement(XMLElement e)
           
protected abstract  void SAXParserBase.handleEndElement(XMLElement e)
           
 void SAXParserBase.ignoreElement(XMLElement e)
           
 void SAXParserBase.notImplemented(XMLElement e)
           
 

Uses of XMLElement in org.argouml.xml.argo
 

Methods in org.argouml.xml.argo with parameters of type XMLElement
 void ArgoParser.handleStartElement(XMLElement e)
           
 void ArgoParser.handleEndElement(XMLElement e)
           
protected  void ArgoParser.handleArgo(XMLElement e)
           
protected  void ArgoParser.handleDocumentation(XMLElement e)
           
protected  void ArgoParser.handleAuthorname(XMLElement e)
           
protected  void ArgoParser.handleVersion(XMLElement e)
           
protected  void ArgoParser.handleDescription(XMLElement e)
           
protected  void ArgoParser.handleSearchpath(XMLElement e)
           
protected  void ArgoParser.handleMember(XMLElement e)
           
protected  void ArgoParser.handleHistoryfile(XMLElement e)
           
 

Uses of XMLElement in org.argouml.xml.todo
 

Methods in org.argouml.xml.todo with parameters of type XMLElement
 void TodoParser.handleStartElement(XMLElement e)
          Called by the XML implementation to signal the start of an XML entity.
 void TodoParser.handleEndElement(XMLElement e)
          Called by the XML implementation to signal the end of an XML entity.
protected  void TodoParser.handleTodo(XMLElement e)
          Internal method.
protected  void TodoParser.handleTodoList(XMLElement e)
          Internal method.
protected  void TodoParser.handleResolvedCritics(XMLElement e)
          Internal method.
protected  void TodoParser.handleTodoItemStart(XMLElement e)
          Internal method.
protected  void TodoParser.handleTodoItemEnd(XMLElement e)
          Internal method.
protected  void TodoParser.handleHeadline(XMLElement e)
          Internal method.
protected  void TodoParser.handlePriority(XMLElement e)
          Internal method.
protected  void TodoParser.handleMoreInfoURL(XMLElement e)
          Internal method.
protected  void TodoParser.handleDescription(XMLElement e)
          Internal method.
protected  void TodoParser.handleIssueStart(XMLElement e)
          Internal method.
protected  void TodoParser.handleIssueEnd(XMLElement e)
          Internal method.
protected  void TodoParser.handlePoster(XMLElement e)
          Internal method.
protected  void TodoParser.handleOffender(XMLElement e)
          Internal method.
 



ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook