Class IncludeGrammarState

All Implemented Interfaces:
ContentHandler

public class IncludeGrammarState extends ChildlessState
parses <include> element of RELAX Namespace.
Author:
Kohsuke KAWAGUCHI
  • Constructor Details

    • IncludeGrammarState

      public IncludeGrammarState()
  • Method Details

    • startSelf

      protected void startSelf()
      Description copied from class: State
      performs a task that should be done before reading any child elements. derived-class can safely read startTag and/or parentState values.
      Overrides:
      startSelf in class State