Uses of Class
org.jsoup.nodes.Entities.EscapeMode

Packages that use Entities.EscapeMode
org.jsoup.nodes HTML document structure nodes. 
 

Uses of Entities.EscapeMode in org.jsoup.nodes
 

Methods in org.jsoup.nodes that return Entities.EscapeMode
 Entities.EscapeMode Document.OutputSettings.escapeMode()
          Get the document's current HTML escape mode: base, which provides a limited set of named HTML entities and escapes other characters as numbered entities for maximum compatibility; or extended, which uses the complete set of HTML named entities.
static Entities.EscapeMode Entities.EscapeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Entities.EscapeMode[] Entities.EscapeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jsoup.nodes with parameters of type Entities.EscapeMode
 Document.OutputSettings Document.OutputSettings.escapeMode(Entities.EscapeMode escapeMode)
          Set the document's escape mode
 



Copyright © 2009-2012 Jonathan Hedley. All Rights Reserved.