Constant Field Values

Contents

org.jsoup.*

  • org.jsoup.examples.HtmlToPlainText 
    Modifier and Type Constant Field Value
    private static final int timeout 5000
    private static final java.lang.String userAgent "Mozilla/5.0 (jsoup)"
  • org.jsoup.examples.org.jsoup.examples.HtmlToPlainText.FormattingVisitor 
    Modifier and Type Constant Field Value
    private static final int maxWidth 80
  • org.jsoup.nodes.Attributes 
    Modifier and Type Constant Field Value
    protected static final java.lang.String dataPrefix "data-"
    private static final java.lang.String EmptyString ""
    private static final int GrowthFactor 2
    private static final int InitialCapacity 2
    static final char InternalPrefix 47
    static final int NotFound -1
  • org.jsoup.nodes.DocumentType 
    Modifier and Type Constant Field Value
    private static final java.lang.String NAME "name"
    private static final java.lang.String PUB_SYS_KEY "pubSysKey"
    private static final java.lang.String PUBLIC_ID "publicId"
    public static final java.lang.String PUBLIC_KEY "PUBLIC"
    private static final java.lang.String SYSTEM_ID "systemId"
    public static final java.lang.String SYSTEM_KEY "SYSTEM"
  • org.jsoup.nodes.Entities 
    Modifier and Type Constant Field Value
    static final int codepointRadix 36
    private static final int empty -1
    private static final java.lang.String emptyName ""
  • org.jsoup.nodes.Node 
    Modifier and Type Constant Field Value
    static final java.lang.String EmptyString ""