Package com.aliasi.xml

Classes for XML, including SAX filters and file visitors.

See:
          Description

Class Summary
CompositeFilter A CompositeFilter is a SAX filter that is composed of several filters through which events are passed.
DelegateHandler A DelegateHandler may be used with a delegating handler to more efficiently implement nested embeddings.
DelegatingHandler A DelegatingHandler is a SAX filter that routes events to embedded handlers based on their element embedding.
ElementStackFilter Provides a SAX filter that maintains a stack of elements visited.
GroupCharactersFilter Provides a SAX filter that groups sequential calls to GroupCharactersFilter.characters(char[],int,int) into a single call with all of the content concatenated.
RemoveElementsFilter A RemoveElementsFilter filters out specified elements from a stream of SAX events.
SAXFilterHandler The SAXFilterHandler provides a base class for filtering SAX handlers.
SAXWriter A SAXWriter handles SAX events and writes a character-based representation to a specified output stream in the specified character encoding.
SAXWriterFilter A SAXWriterFilter handles SAX events and writes a character-based representation to a specified output stream in the specified character encoding and also passes them to a contained handler.
SimpleElementHandler A SimpleElementHandler is a default handler that supplies utilities for simple elements and attributes.
TextAccumulatorHandler A TextAccumulatorHandler simply accumulates all text content events into a single string buffer.
TextContentFilter A filter that applies an operation to text content in specified elements.
WellFormedFilter A WellFormedFilter performs basic checks that a document is well-formed XML and throws an exception as soon as an event is detected that would lead to an ill-formed document.
XHtmlWriter An XHtmlWriter provides constants and convenience methods for generating strict XHTML 1.0 output.
 

Package com.aliasi.xml Description

Classes for XML, including SAX filters and file visitors.