|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLElement | |
---|---|
org.argouml.xml | support for (SAX) xml processing. |
org.argouml.xml.argo | Parsing for the argo file found in project zargo files. |
org.argouml.xml.todo | support for parsing the persistent representation of todo lists during project load. |
Uses of XMLElement in org.argouml.xml |
---|
Fields in org.argouml.xml declared as XMLElement | |
private static XMLElement[] |
SAXParserBase._elements
|
private static XMLElement[] |
SAXParserBase._freeElements
|
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |