Uses of Class
org.argouml.persistence.XMLElement

Packages that use XMLElement
org.argouml.persistence Contains support for persisting projects to some media. 
 

Uses of XMLElement in org.argouml.persistence
 

Fields in org.argouml.persistence declared as XMLElement
private static XMLElement[] SAXParserBase.elements
          This acts as a stack of elements.
private static XMLElement[] SAXParserBase.freeElements
          This acts as a stack of elements.
 

Methods in org.argouml.persistence that return XMLElement
private  XMLElement SAXParserBase.createXmlElement(String name, Attributes atts)
          Factory method to return an XMLElement.
 

Methods in org.argouml.persistence 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)
           
 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.
protected abstract  void SAXParserBase.handleStartElement(XMLElement e)
          Implement in the concrete class to handle reaching the start tag of an element of interest.
protected abstract  void SAXParserBase.handleEndElement(XMLElement e)
          Implement in the concrete class to handle reaching the end tag of an element of interest.
 void SAXParserBase.ignoreElement(XMLElement e)
           
 void SAXParserBase.notImplemented(XMLElement e)
           
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook