| |
|
| java.lang.Object org.apache.axis2.databinding.utils.SimpleElementReaderStateMachine
SimpleElementReaderStateMachine | public class SimpleElementReaderStateMachine implements States,Constants(Code) | | A state machine to read elements with simple content. Returns the text of the element and the
stream reader will be one event beyond the end element at return
|
isElementSkipped | public boolean isElementSkipped()(Code) | | |
reset | public void reset()(Code) | | Resets the state machine. Once the reset is called the state machine is good enough for a
fresh run
|
setElementNameToTest | public void setElementNameToTest(QName elementNameToTest)(Code) | | the Qname of the element to be tested
Parameters: elementNameToTest - |
setNillable | public void setNillable()(Code) | | sets the nillable flag
|
|
|
|