Class UnquotedAttrState

  • All Implemented Interfaces:
    State

    public class UnquotedAttrState
    extends Object
    implements State
    Author:
    redlab_b
    • Constructor Detail

      • UnquotedAttrState

        public UnquotedAttrState​(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.