Class GrammarState

    • Constructor Detail

      • GrammarState

        public GrammarState()
    • Method Detail

      • getReader

        protected RELAXNSReader getReader()
        gets reader in type-safe fashion
      • 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