Uses of Class
de.fu_berlin.ties.xml.TagConstituent

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

Uses of TagConstituent in de.fu_berlin.ties.xml
 

Methods in de.fu_berlin.ties.xml that return TagConstituent
 TagConstituent TagContainer.findFirst(String tagname)
          Finds the first appearance of a tag.
 TagConstituent TagContainer.findInSeries(String tagname, int markupSeriesNo, boolean returnFirst)
          Finds the appearance of a tag within a specified markup series.
 TagConstituent OpenTags.findTentativeTag(String tagname)
          Finds a tentative appearance of a tag, if any exists.
 TagConstituent OpenTags.peek()
          Returns the last tag appearance that was pushed into this container.
protected  TagConstituent OpenTags.peekFirst()
          Returns the first tag appearance that was initially pushed into this container.
 TagConstituent OpenTags.pop()
          Removes and returns the last tag appearance that was pushed into this container.
 

Methods in de.fu_berlin.ties.xml with parameters of type TagConstituent
 void TagContainer.forceRemove(TagConstituent tag)
          Forces the removal of a single appearance of a tag from the container.
protected  void XMLAdjuster.handleEndTag(TagConstituent endTag, OpenTags openTags, UnprocessedTags unprocessedTags)
          Helper method for handling an end tag.
 boolean OpenTags.isRoot(TagConstituent tag)
          Checks whether a tag is the root tag (the first tag inserted into this container).
protected  void XMLAdjuster.logEvent(String eventType, TagConstituent tag)
          Logs the occurance of an event necessary for fixing a document.
 void TagContainer.push(TagConstituent tag)
          Inserts an appearance of a tag into the container.
 void OpenTags.push(TagConstituent tag, boolean appendAtEnd)
          Inserts an appearance of a tag into the container.
 void TagContainer.push(TagConstituent tag, boolean appendAtEnd)
          Inserts an appearance of a tag into the container.
 void UnprocessedTags.push(TagConstituent tag, boolean appendAtEnd)
          Inserts an appearance of a tag into the container.
 boolean OpenTags.remove(TagConstituent tag)
          Removes a single appearance of a tag from the container.
 boolean TagContainer.remove(TagConstituent tag)
          Removes a single appearance of a tag from the container.
 boolean UnprocessedTags.remove(TagConstituent tag)
          Removes a single appearance of a tag from the container.
 



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