Uses of Class
de.fu_berlin.ties.util.ListEntry

Packages that use ListEntry
de.fu_berlin.ties.util This package contains miscellaneous utility classes. 
de.fu_berlin.ties.xml This package contains utility classes for working with XML documents and related data. 
 

Uses of ListEntry in de.fu_berlin.ties.util
 

Methods in de.fu_berlin.ties.util that return ListEntry
 ListEntry ListEntry.next()
          Returns the next element in the list, if any.
 ListEntry ListEntry.previous()
          Returns the previous element in the list, if any.
 

Methods in de.fu_berlin.ties.util with parameters of type ListEntry
 void ListEntry.insertAfter(ListEntry newEntry)
          Inserts a new element after the current one, adjusting the list structure accordingly.
 void ListEntry.insertBefore(ListEntry newEntry)
          Inserts a new element before the current one, adjusting the list structure accordingly.
 

Constructors in de.fu_berlin.ties.util with parameters of type ListEntry
ListEntry(ListEntry prevEntry, ListEntry nextEntry)
          Creates a new instance.
 

Uses of ListEntry in de.fu_berlin.ties.xml
 

Subclasses of ListEntry in de.fu_berlin.ties.xml
 class OtherConstituent
          A constituent in an XML document that is not a tag.
 class TagConstituent
          A tag in an XML document.
 class XMLConstituent
          A constituent in an XML document.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.