net.sf.stax
Class StAXContentHandlers

java.lang.Object
  extended by net.sf.stax.StAXContentHandlers

public final class StAXContentHandlers
extends Object

Built-in element handlers.

Version:
$Revision: 1.4 $ $Date: 2006/01/02 20:37:34 $
Author:
Michael Heuer

Method Summary
static StAXContentHandler getBooleanElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getByteElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getCharElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getDoubleElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getFloatElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getIntElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getLongElementHandler()
          Return the built-in boolean element handler.
static StAXContentHandler getStringElementHandler()
          Return the built-in boolean element handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBooleanElementHandler

public static StAXContentHandler getBooleanElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getByteElementHandler

public static StAXContentHandler getByteElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getCharElementHandler

public static StAXContentHandler getCharElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getDoubleElementHandler

public static StAXContentHandler getDoubleElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getFloatElementHandler

public static StAXContentHandler getFloatElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getIntElementHandler

public static StAXContentHandler getIntElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getLongElementHandler

public static StAXContentHandler getLongElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler

getStringElementHandler

public static StAXContentHandler getStringElementHandler()
Return the built-in boolean element handler.

Returns:
the built-in boolean element handler


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