Class CloseCommentState

  • All Implemented Interfaces:
    State

    public class CloseCommentState
    extends java.lang.Object
    implements State
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private XMLParser parser  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(char character)
      Processes a character and does something with it or does nothing.
      • Methods inherited from class java.lang.Object

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

      • CloseCommentState

        public CloseCommentState​(XMLParser parser)
        Parameters:
        parser - the XMLParser
    • Method Detail

      • process

        public void process​(char character)
        Description copied from interface: State
        Processes a character and does something with it or does nothing.
        Specified by:
        process in interface State
        Parameters:
        character - the character for processing.