Package net.sf.stax

Stack API for XML (StAX).

See:
          Description

Interface Summary
IdListener The callback interface for those interested in ids.
IdMapper An encapsulation of the process of mapping XML ids to java objects.
StAXContentHandler Receive notification of the logical content of a sub-tree of a document and provide access to delegation and id mapping services.
StAXContext Interface which exposes id mapping services offered by a StAX event source.
StAXDelegationContext Interface which exposes delegation services offered by a StAX event source.
 

Class Summary
BooleanElementHandler StAX handler for any element which just contains a string representation of a boolean.
ByteElementHandler StAX handler for any element which just contains a string representation of a byte.
CharElementHandler StAX handler for any element which just contains a string representation of a character.
DispatchForChild For-child dispatch.
DispatchOnElement On-element dispatch.
DispatchOnElement.ByLocalName On-element dispatch that chooses handlers by local name.
DispatchOnElement.ByNsURI On-element dispatch that chooses handlers by namespace URI.
DispatchOnElement.ByQName On-element dispatch that chooses handlers by qualified XML name.
DoubleElementHandler StAX handler for any element which just contains a string representation of a double.
FloatElementHandler StAX handler for any element which just contains a string representation of a float.
IntElementHandler StAX handler for any element which just contains a string representation of an integer.
LongElementHandler StAX handler for any element which just contains a string representation of a long.
SAX2StAXAdaptor Lightweight adaptor which translates SAX content events into StAX form, and provides delegation and id mapping services.
StAXContentHandlerBase Simple implementation of the StAXContentHandler interface, with empty implementations for all the methods.
StAXContentHandlers Built-in element handlers.
StringElementHandler StAX handler for any element which just contains a string.
 

Package net.sf.stax Description

Stack API for XML (StAX).

Stack API for XML (StAX) is an event-based interface for XML parsing, very similar to Simple API for XML (SAX). However, instead of passing parse events for a whole document to a single ContentHandler, sub-trees can easily be delegated to other handlers. StAX also provides an event-based interface for the process of mapping XML ids to java objects.



Copyright (c) 2001-2006 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).