Uses of Class
com.helger.html.hc.EHCNodeState
-
Packages that use EHCNodeState Package Description com.helger.html.hc com.helger.html.hc.impl -
-
Uses of EHCNodeState in com.helger.html.hc
Methods in com.helger.html.hc that return EHCNodeState Modifier and Type Method Description EHCNodeStateIHCNode. getNodeState()static EHCNodeStateEHCNodeState. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCNodeState[]EHCNodeState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc with parameters of type EHCNodeState Modifier and Type Method Description booleanEHCNodeState. isAfter(EHCNodeState eOther)booleanEHCNodeState. isBefore(EHCNodeState eOther)booleanEHCNodeState. isEqualOrAfter(EHCNodeState eOther)booleanEHCNodeState. isEqualOrBefore(EHCNodeState eOther) -
Uses of EHCNodeState in com.helger.html.hc.impl
Methods in com.helger.html.hc.impl that return EHCNodeState Modifier and Type Method Description EHCNodeStateAbstractHCNode. getNodeState()EHCNodeStateAbstractHCWrappingNode. getNodeState()Methods in com.helger.html.hc.impl with parameters of type EHCNodeState Modifier and Type Method Description voidAbstractHCNode. internalSetNodeState(EHCNodeState eNodeState)Change the node state internally.
-