Uses of Interface
com.oxygenxml.validate.nvdl.SectionState

Packages that use SectionState
com.oxygenxml.validate.nvdl   
 

Uses of SectionState in com.oxygenxml.validate.nvdl
 

Classes in com.oxygenxml.validate.nvdl that implement SectionState
private  class ValidatorImpl.Section
          Store section information.
 

Methods in com.oxygenxml.validate.nvdl with parameters of type SectionState
(package private)  void UnwrapAction.perform(ContentHandler handler, SectionState state)
          Perform this action.
(package private) abstract  void ResultAction.perform(ContentHandler handler, SectionState state)
          Perform this action on a session state.
(package private)  void AttachPlaceholderAction.perform(ContentHandler handler, SectionState state)
          Perform this action.
(package private)  void AttachAction.perform(ContentHandler handler, SectionState state)
          Performs this action on the section state.
(package private)  void ValidateAction.perform(SectionState state)
          Perform this action on the section state.
(package private)  void RejectAction.perform(SectionState state)
          Perform this action on the session state.
(package private) abstract  void NoResultAction.perform(SectionState state)
          Perform this action on the SectionState.
(package private)  void AllowAction.perform(SectionState state)
          Perform this action on the section state.