Class ProcessingInstructionEncounteredState

  • All Implemented Interfaces:
    State

    public class ProcessingInstructionEncounteredState
    extends TagAttributeState
    • Field Detail

      • name

        protected java.lang.String name
    • Constructor Detail

      • ProcessingInstructionEncounteredState

        public ProcessingInstructionEncounteredState​(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
        Overrides:
        process in class TagAttributeState
        Parameters:
        character - the character for processing.