|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 an 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 an document, handing all textual tokens over to a
TokenProcessor .
|
XMLStripper | An XML stripper converts a XML document to plain text, removing all markup. |
This package contains utility classes for working with DOM-like XML representations, focussing especially on dom4j.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |