Package net.sf.xbus.base.xml

Provides classes and interfaces to enrich Java's handling of XML documents

See:
          Description

Interface Summary
IteratedNodeOperation IteratedNodeOperation defines the signatures for operations to be executed while traversing a DOM tree.
 

Class Summary
IteratedWhitespaceInElementAndCommentDeletion IteratedWhitespaceInElementAndCommentDeletion implements a DOM node operation to delete text nodes containing only whitespace within xml tags and comment nodes.
IteratedWhitespaceInElementDeletion IteratedWhitespaceInElementAndCommentDeletion implements a DOM node operation to delete text nodes containing only whitespace within xml tags.
XDomSupport XDomSupport is a collection of operations on DOM trees.
XMLHelper XMLHelper offers some support for treating XML structures.
XParserErrorHandler XParserErrorHandler handles messages from a xml parser when validating the xml code.
 

Package net.sf.xbus.base.xml Description

Provides classes and interfaces to enrich Java's handling of XML documents.