Uses of Class
net.sf.stax.StAXContentHandlerBase

Uses of StAXContentHandlerBase in net.sf.stax
 

Subclasses of StAXContentHandlerBase in net.sf.stax
 class BooleanElementHandler
          StAX handler for any element which just contains a string representation of a boolean.
 class ByteElementHandler
          StAX handler for any element which just contains a string representation of a byte.
 class CharElementHandler
          StAX handler for any element which just contains a string representation of a character.
 class DispatchForChild
          For-child dispatch.
 class DispatchOnElement
          On-element dispatch.
static class DispatchOnElement.ByLocalName
          On-element dispatch that chooses handlers by local name.
static class DispatchOnElement.ByNsURI
          On-element dispatch that chooses handlers by namespace URI.
static class DispatchOnElement.ByQName
          On-element dispatch that chooses handlers by qualified XML name.
 class DoubleElementHandler
          StAX handler for any element which just contains a string representation of a double.
 class FloatElementHandler
          StAX handler for any element which just contains a string representation of a float.
 class IntElementHandler
          StAX handler for any element which just contains a string representation of an integer.
 class LongElementHandler
          StAX handler for any element which just contains a string representation of a long.
 class StringElementHandler
          StAX handler for any element which just contains a string.
 



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