org.znerd.xmlenc
Class XMLEventListenerState

java.lang.Object
  extended byorg.znerd.xmlenc.XMLEventListenerState

public final class XMLEventListenerState
extends Object

State for an XML event listener.

Since:
xmlenc 0.30
Version:
$Revision: 1.2 $ $Date: 2005/09/12 08:40:02 $
Author:
Ernst de Haan (wfe.dehaan@gmail.com)

Field Summary
private  String _name
          The name of this state.
 
Constructor Summary
(package private) XMLEventListenerState(String name)
          Creates a new State.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_name

private final String _name
The name of this state. This field should never be null.

Constructor Detail

XMLEventListenerState

XMLEventListenerState(String name)
Creates a new State.

Parameters:
name - the name of the state, should not be null.
Method Detail

toString

public String toString()


See http://xmlenc.sourceforge.net/.
This Javadoc API documentation set contains private and package private members as well.