Package de.fu_berlin.ties.xml.dom

This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j.

See:
          Description

Interface Summary
ElementProcessor Interface for a processor that operates on elements in XML documents.
TokenProcessor Interface for a processor that operates on tokens in XML documents.
 

Class Summary
DocumentWalker Walks through a document, handing the elements matched by a NodeFilter over to an ElementProcessor.
DOMUtils A static class that provides utility constants and methods for working with DOM-like XML representations, focussing especially on dom4j.
ElementNameFilter A node filter that only accepts elements with a specified name.
TokenWalker Walks through a document, handing all textual tokens over to a TokenProcessor.
XMLStripper An XML stripper converts a XML document to plain text, removing all markup.
 

Package de.fu_berlin.ties.xml.dom Description

This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j.



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