Package de.fu_berlin.ties.xml

This package contains utility classes for working with XML documents and related data.

See:
          Description

Class Summary
OpenTags A container used to manage the currently open start tags during XML adjustment.
OtherConstituent A constituent in an XML document that is not a tag.
TagConstituent A tag in an XML document.
TagContainer This class manages tag sequences by keeping track of names and appearances of tags.
TagIsolator "Isolates" XML tags and textual contents in an XML/HTML document by printing each XML/HTML tag on a single line.
TagVariety Type-safe enumeration of the three variaties of tags employed for XML adjustment.
UnprocessedTags A container that keeps track of unprocessed start and end tags during XML adjustment.
XMLAdjuster This class tries to fix corrupt XML documents, especially documents containing nesting errors.
XMLConstituent A constituent in an XML document.
XMLTokenizerFactory Static factory for creating a TextTokenizers for XML-like input.
 

Package de.fu_berlin.ties.xml Description

This package contains utility classes for working with XML documents and related data.



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