org.apache.axis2.databinding.utils
Interface States
- All Known Implementing Classes:
- SimpleArrayReaderStateMachine, SimpleElementReaderStateMachine
- public interface States
INIT_STATE
public static final int INIT_STATE
- See Also:
- Constant Field Values
STARTED_STATE
public static final int STARTED_STATE
- See Also:
- Constant Field Values
START_ELEMENT_FOUND_STATE
public static final int START_ELEMENT_FOUND_STATE
- See Also:
- Constant Field Values
TEXT_FOUND_STATE
public static final int TEXT_FOUND_STATE
- See Also:
- Constant Field Values
END_ELEMENT_FOUND_STATE
public static final int END_ELEMENT_FOUND_STATE
- See Also:
- Constant Field Values
FINISHED_STATE
public static final int FINISHED_STATE
- See Also:
- Constant Field Values
ILLEGAL_STATE
public static final int ILLEGAL_STATE
- See Also:
- Constant Field Values
CONTENT_FOUND_STATE
public static final int CONTENT_FOUND_STATE
- See Also:
- Constant Field Values
NULLED_STATE
public static final int NULLED_STATE
- See Also:
- Constant Field Values
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.