Package net.sf.fikin.xml.sax

Object model of SAX event (data model)

See:
          Description

Interface Summary
SAXHandler Defines all-SAX events handler interface
SAXHandlerAndResolver It adds entity resolver to the supported SAX handler methods created on Oct 15, 2006
 

Class Summary
BufferHandler SAX events handler collecting all SAX events into a buffer (java.util.Vector).
BufferingPipe SAX Pipe with ability to buffer SAX events into BufferingPipe.BufferingPipe(Object) object.
CompletingBufferHandler This is a BufferHandler.BufferHandler() but ability to "interpolate" all missing end-tags.
PipeHandler SAX Pipe - pass over all events to underlying attached handler.
SAXSerializer SAX serializer
 

Package net.sf.fikin.xml.sax Description

Object model of SAX event (data model)

Package Specification

Provides with "true" and XML "complient" SAX-events serializator to buffered writer.

Provides with buffers for gathering and emitting of SAX events.

Provides with pipe elements for joining two SAX hanlders.

Provides with a simple template engine for processing XML documents and executing object methods as per tag names.



Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.