Class DoTypeProcessor

java.lang.Object
org.htmlunit.html.DoTypeProcessor
All Implemented Interfaces:
Serializable

class DoTypeProcessor extends Object implements Serializable
  • Field Details

  • Constructor Details

    • DoTypeProcessor

      DoTypeProcessor(DomNode domNode)
  • Method Details

    • doType

      void doType(String currentValue, SelectionDelegate selectionDelegate, char c, HtmlElement element, boolean lastType)
    • add

      private static void add(StringBuilder newValue, char c, int selectionStart, int selectionEnd)
    • add

      private static void add(StringBuilder newValue, String string, int selectionStart, int selectionEnd)
    • typeDone

      private void typeDone(String newValue, boolean notifyAttributeChangeListeners)
    • acceptChar

      private boolean acceptChar(char ch)
    • doType

      void doType(String currentValue, SelectionDelegate selectionDelegate, int keyCode, HtmlElement element, boolean lastType)