Class IfState


  • class IfState
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      IfState()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • boolResult

        java.lang.Boolean boolResult
      • thenSaxEventList

        java.util.List<SaxEvent> thenSaxEventList
      • elseSaxEventList

        java.util.List<SaxEvent> elseSaxEventList
      • active

        boolean active
    • Constructor Detail

      • IfState

        IfState()