Class InsideTagHTMLState

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

public class InsideTagHTMLState extends Object implements State
  • Field Details

    • parser

      private final XMLParser parser
    • noSanitize

      private final List<String> noSanitize
    • ignoreLastChars

      private final List<String> ignoreLastChars
  • Constructor Details

    • InsideTagHTMLState

      public InsideTagHTMLState(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.