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 OpenTags.findTentativeTag(String tagname)
          Finds a tentative appearance of a tag, if any exists.
protected  TagConstituent OpenTags.peekFirst()
          Returns the first tag appearance that was initially pushed into this container.
 TagConstituent OpenTags.peek()
          Returns the last tag appearance that was pushed into this container.
 TagConstituent OpenTags.pop()
          Removes and returns the last tag appearance that was pushed into this container.
 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.
 

Methods in de.fu_berlin.ties.xml with parameters of type TagConstituent
 boolean OpenTags.isRoot(TagConstituent tag)
          Checks whether a tag is the root tag (the first tag inserted into this container).
 void OpenTags.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.
 void TagContainer.forceRemove(TagConstituent tag)
          Forces the removal of a single appearance of a tag from the container.
 void TagContainer.push(TagConstituent tag)
          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.
 boolean TagContainer.remove(TagConstituent tag)
          Removes a single appearance of a tag from the container.
 void UnprocessedTags.push(TagConstituent tag, boolean appendAtEnd)
          Inserts an appearance of a tag into the container.
 boolean UnprocessedTags.remove(TagConstituent tag)
          Removes 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.
protected  void XMLAdjuster.logEvent(String eventType, TagConstituent tag)
          Logs the occurance of an event necessary for fixing a document.
 



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