Class CdataState

java.lang.Object
com.itextpdf.tool.xml.parser.state.CdataState
All Implemented Interfaces:
State

public class CdataState extends Object implements State
Handles CDATA, currently nothing is done with the data.
  • Field Details

  • Constructor Details

    • CdataState

      public CdataState(XMLParser parser)
      Parameters:
      parser - the XMLParser
  • Method Details

    • 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.