Class EncodingSniffer.Attribute

java.lang.Object
org.htmlunit.util.EncodingSniffer.Attribute
Enclosing class:
EncodingSniffer

static class EncodingSniffer.Attribute extends Object
  • Field Details

    • name_

      private final String name_
    • value_

      private final String value_
    • updatedIndex_

      private final int updatedIndex_
  • Constructor Details

    • Attribute

      Attribute(String name, String value, int updatedIndex)
  • Method Details

    • getName

      String getName()
    • getValue

      String getValue()
    • getUpdatedIndex

      int getUpdatedIndex()